GmagickPixel::getcolorcount

(PECL gmagick >= Unknown)

GmagickPixel::getcolorcountReturns the color count associated with this color

Beschreibung

publicGmagickPixel::getcolorcount(): int

Returns the color count associated with this color.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Returns the color count as an integer on success, throws GmagickPixelException on failure.

To Top