PHP Velho Oeste 2024

HaruPage::getCMYKStroke

(PECL haru >= 0.0.1)

HaruPage::getCMYKStrokeObtiene el color actual del trazo

Descripción

HaruPage::getCMYKStroke ( void ) : array

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.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top