The ImagickPixel class
PHP Manual

ImagickPixel::setColor

(PECL imagick 2.0.0)

ImagickPixel::setColorSets the color

설명

bool ImagickPixel::setColor ( string $color )
Warning

이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다.

Sets the color described by the ImagickPixel object, with a string (e.g. "blue", "#0000ff", "rgb(0,0,255)", "cmyk(100,100,100,10)", etc.).

인수

color

The color definition to use in order to initialise the ImagickPixel object.

반환값

Returns TRUE if the specified color was set, FALSE otherwise.


The ImagickPixel class
PHP Manual