PHP 8.4.6 Released!

ImagickPixel::setColorCount

(PECL imagick 2, PECL imagick 3)

ImagickPixel::setColorCountSets the color count associated with this color

Description

public ImagickPixel::setcolorcount(int $colorCount): bool

Sets the color count associated with this color.

Parameters

colorCount

Return Values

Returns true on success.

User Contributed Notes

There are no user contributed notes for this page.
To Top