ImagickPixel::setColorCount

(PECL imagick 2, PECL imagick 3)

ImagickPixel::setColorCountSets the color count associated with this color

说明

publicImagickPixel::setcolorcount(int$colorCount): bool

Sets the color count associated with this color.

参数

colorCount

返回值

成功时返回 true

To Top