Forum und email

ImagickPixel::setColor

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

ImagickPixel::setColor — Sets the color

설명

bool ImagickPixel::setColor ( string $color )
Warning

This function is currently not documented; only the argument list is available.

Warning

This function is EXPERIMENTAL. The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP. Use this function at your own risk.

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.