給指定調色板索引設定顏色

imagecolorset

(PHP 4, PHP 5, PHP 7, PHP 8)

imagecolorset給指定調色板索引設定顏色

說明

imagecolorset(
    resource $image,
    int $index,
    int $red,
    int $green,
    int $blue
): void

本函式將調色板中指定的索引設定為指定的顏色。對於在調色板影象中建立類似區域填充(flood-fill)的效果很有用,免去了真的去填充的開銷。

參見 imagecolorat()

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *