HaruPage
PHP Manual

HaruPage::getCMYKStroke

(PECL haru >= 0.0.1)

HaruPage::getCMYKStrokeObtiene el color actual del trazo

Descripción

array HaruPage::getCMYKStroke ( void )

Obtiene el color actual del trazo.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Devuelve el color del trazo actual como un arreglo con 4 elementos ("c", "m", "y" and "k").

Errores/Excepciones

Lanza una HaruException cuando se produce un error.


HaruPage
PHP Manual