imagecolorset 给指定调色板索引设定颜色

发表日期:2021-07-01 08:55:57 | 来源: | | 浏览(837) 分类:GD 和图像处理 函数

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()

集速网 copyRight © 2015-2022 宁ICP备15000399号-1 宁公网安备 64010402001209号
与其临渊羡鱼,不如退而结网
欢迎转载、分享、引用、推荐、收藏。