Searched refs:ConvertHSIToRGB (Results 1 – 6 of 6) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | gem-private.h | 66 ConvertHSIToRGB(const double,const double,const double,double *,double *,
|
D | methods.h | 202 #define ConvertHSIToRGB PrependMagickMethod(ConvertHSIToRGB) macro
|
D | gem.c | 389 MagickPrivate void ConvertHSIToRGB(const double hue,const double saturation, in ConvertHSIToRGB() function
|
D | colorspace.c | 2386 ConvertHSIToRGB(X,Y,Z,&red,&green,&blue); in TransformsRGBImage()
|
D | enhance.c | 3523 ConvertHSIToRGB(hue,saturation,intensity,red,green,blue); in ModulateHSI()
|
/external/ImageMagick/tests/ |
D | validate.c | 90 static void ConvertHSIToRGB(const double hue,const double saturation, in ConvertHSIToRGB() function 599 ConvertHSIToRGB(111.244375/360.0,0.295985,0.658734,&r,&g,&b); in ValidateHSIToRGB()
|