PHP 8.4.26 Released!

GmagickPixel::getcolorcount

(PECL gmagick >= Unknown)

GmagickPixel::getcolorcount — Returns the color count associated with this color

Description

public function GmagickPixel::getcolorcount(): int

Returns the color count associated with this color.

Parameters

This function has no parameters.

Return Values

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

+add a note

User Contributed Notes

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