ImagickPixel::setColorCount

(PECL imagick 2, PECL imagick 3)

ImagickPixel::setColorCountSets the color count associated with this color

Description

publicImagickPixel::setcolorcount(int$colorCount): bool

Sets the color count associated with this color.

Parameters

colorCount

Return Values

Returns true on success.

To Top