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

  /external/ImageMagick/MagickCore/
gem-private.h 47 ConvertHSBToRGB(const double,const double,const double,double *,double *,
gem.c 274 % ConvertHSBToRGB() transforms a (hue, saturation, brightness) to a (red,
279 % void ConvertHSBToRGB(const double hue,const double saturation,
290 MagickPrivate void ConvertHSBToRGB(const double hue,const double saturation,
    [all...]
methods.h 212 #define ConvertHSBToRGB PrependMagickMethod(ConvertHSBToRGB)
    [all...]
color.c     [all...]
accelerate-kernels-private.h 1056 inline CLPixelType ConvertHSBToRGB(float3 HueSaturationBrightness) {
    [all...]
enhance.c 869 ConvertHSBToRGB(hue,saturation,brightness,red,green,blue);
    [all...]
colorspace.c     [all...]

Completed in 371 milliseconds