HomeSort by relevance Sort by last modified time
    Searched refs:ConvertRGBToHSL (Results 1 - 12 of 12) sorted by null

  /external/ImageMagick/MagickCore/
gem.h 34 ConvertRGBToHSL(const double,const double,const double,double *,double *,
gem.c     [all...]
methods.h 216 #define ConvertRGBToHSL PrependMagickMethod(ConvertRGBToHSL)
    [all...]
fx.c     [all...]
accelerate-kernels-private.h     [all...]
colorspace.c 482 ConvertRGBToHSL(red,green,blue,&X,&Y,&Z);
    [all...]
enhance.c     [all...]
  /external/ImageMagick/Magick++/lib/
Color.cpp 625 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation,
644 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation,
662 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation,
681 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation,
699 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation,
718 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation,
  /external/ImageMagick/filters/
analyze.c 171 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...]

Completed in 130 milliseconds