(No version information available, might be only in CVS)
ImagickPixel::setColor — Sets the color
Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.
Esta función es EXPERIMENTAL. Esto significa que el comportamiento de esta función, el nombre de esta función y en definitiva TODO lo documentado sobre esta función, puede cambiar en una futura version de PHP SIN AVISO. La advertencia queda hecha, y utilizar esta extensión queda bajo su propia responsabilidad.
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.).
The color definition to use in order to initialise the ImagickPixel object.
Returns true if the specified color was set, false otherwise.