Searched refs:ConvertHSBToRGB (Results 1 – 7 of 7) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | gem-private.h | 64 ConvertHSBToRGB(const double,const double,const double,double *,double *,
|
D | methods.h | 201 #define ConvertHSBToRGB PrependMagickMethod(ConvertHSBToRGB) macro
|
D | gem.c | 286 MagickPrivate void ConvertHSBToRGB(const double hue,const double saturation, in ConvertHSBToRGB() function
|
D | accelerate-kernels-private.h | 1042 static inline float4 ConvertHSBToRGB(const float4 pixel) 1119 pixel=ConvertHSBToRGB(pixel);
|
D | enhance.c | 1396 ConvertHSBToRGB(hue,saturation,brightness,red,green,blue); in Contrast() 3504 ConvertHSBToRGB(hue,saturation,brightness,red,green,blue); in ModulateHSB()
|
D | color.c | 2568 ConvertHSBToRGB(fmod(fmod(geometry_info.rho,360.0)+360.0,360.0)/ in QueryColorCompliance()
|
D | colorspace.c | 2381 ConvertHSBToRGB(X,Y,Z,&red,&green,&blue); in TransformsRGBImage()
|