/external/ImageMagick/MagickCore/ |
gem.h | 34 ConvertRGBToHSL(const double,const double,const double,double *,double *,
|
methods.h | 202 #define ConvertRGBToHSL PrependMagickMethod(ConvertRGBToHSL) [all...] |
gem.c | [all...] |
fx.c | [all...] |
accelerate-kernels-private.h | [all...] |
colorspace.c | 539 ConvertRGBToHSL(red,green,blue,&X,&Y,&Z); [all...] |
enhance.c | [all...] |
/external/ImageMagick/Magick++/lib/ |
Color.cpp | 640 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation, 659 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation, 677 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation, 696 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation, 714 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation, 733 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation,
|
/external/ImageMagick/filters/ |
analyze.c | 167 ConvertRGBToHSL(GetPixelRed(image,p),GetPixelGreen(image,p),
|
/external/ImageMagick/Magick++/lib/Magick++/ |
Include.h | [all...] |
/external/ImageMagick/MagickWand/ |
pixel-wand.c | [all...] |
/external/ImageMagick/tests/ |
validate.c | 656 ConvertRGBToHSL(0.545877*QuantumRange,0.966567*QuantumRange, [all...] |