Forum und email

ImagickPixel::getColor

(No version information available, might be only in CVS)

ImagickPixel::getColor — Returns the color

Leírás

array ImagickPixel::getColor ([ bool $normalized ] )
Warning

Ez a függvény jelenleg nincs dokumentálva, csak a paraméterek listája található itt.

Warning

Ez a függvény KÍSÉRLETI JELLEGGEL MŰKÖDIK. A függvény működése, neve, bármi amit a függévénnyel kapcsolatban dokumentáltunk megváltozhat egy későbbi PHP kiadásban minden figyelmeztetés nélkül. Ezt a függvényt csak a saját felelősségedre használd!

Returns the color described by the ImagickPixel object, as an array. If the color has an opacity channel set, this is provided as a fourth value in the list.

Paraméterek

normalized

Normalize the color values

Visszatérési értékek

An array of channel values, each normalized if true is given as param. Throws ImagickPixelException on error.