Home
last modified time | relevance | path

Searched refs:ConvertRGBToHSL (Results 1 – 13 of 13) sorted by relevance

/external/ImageMagick/MagickCore/
Dgem.h34 ConvertRGBToHSL(const double,const double,const double,double *,double *,
Dfx.c976 ConvertRGBToHSL(pixel.red,pixel.green,pixel.blue,&hue,&saturation, in FxGetSymbol()
1026 ConvertRGBToHSL(pixel.red,pixel.green,pixel.blue,&hue,&saturation, in FxGetSymbol()
1122 ConvertRGBToHSL(pixel.red,pixel.green,pixel.blue,&hue,&saturation, in FxGetSymbol()
Dthreshold.c1287 ConvertRGBToHSL(start_color->red,start_color->green,start_color->blue, in ColorThresholdImage()
1289 ConvertRGBToHSL(stop_color->red,stop_color->green,stop_color->blue, in ColorThresholdImage()
Dmethods.h212 #define ConvertRGBToHSL PrependMagickMethod(ConvertRGBToHSL) macro
Dgem.c1105 MagickExport void ConvertRGBToHSL(const double red,const double green, in ConvertRGBToHSL() function
Daccelerate-kernels-private.h1968 …static inline void ConvertRGBToHSL(const CLQuantum red,const CLQuantum green, const CLQuantum blue,
2102 ConvertRGBToHSL(*red,*green,*blue,&hue,&saturation,&lightness);
Dcolorspace.c808 ConvertRGBToHSL(red,green,blue,&X,&Y,&Z); in sRGBTransformImage()
Denhance.c3538 ConvertRGBToHSL(*red,*green,*blue,&hue,&saturation,&lightness); in ModulateHSL()
/external/ImageMagick/Magick++/lib/
DColor.cpp640 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation, in hue()
659 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation, in hue()
677 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation, in lightness()
696 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation, in lightness()
714 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation, in saturation()
733 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation, in saturation()
/external/ImageMagick/filters/
Danalyze.c199 ConvertRGBToHSL(GetPixelRed(image,p),GetPixelGreen(image,p), in analyzeImage()
/external/ImageMagick/MagickWand/
Dpixel-wand.c1058 ConvertRGBToHSL((double) ClampToQuantum(wand->pixel.red),(double) in PixelGetHSL()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h1225 using MagickCore::ConvertRGBToHSL;
/external/ImageMagick/tests/
Dvalidate.c648 ConvertRGBToHSL(0.545877*QuantumRange,0.966567*QuantumRange, in ValidateRGBToHSL()