ImagickPixel::getHSL

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

ImagickPixel::getHSL — Returns the normalized HSL color of the ImagickPixel object

Описание

array ImagickPixel::getHSL ( void )
Внимание

К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.

Returns the normalized HSL color described by the ImagickPixel object, with each of the three values as floating point numbers between 0.0 and 1.0.

Возвращаемые значения

Returns the HSL value in an array with the keys "hue", "saturation", and "luminosity". Throws ImagickPixelException on failure.

Коментарии

Автор:
This function needs ImageMagick > 6.2.8

In imagickpixel_class.c
#if MagickLibVersion > 0x628
/* {{{ proto array ImagickPixel::getHSL()
        Returns the normalized HSL color of the pixel wand in an array with the keys "hue", "saturation", and "luminosity".
*/
2009-08-07 08:25:14
http://php5.kiev.ua/manual/ru/function.imagickpixel-gethsl.html

    Поддержать сайт на родительском проекте КГБ