Home
last modified time | relevance | path

Searched refs:ConvertHSIToRGB (Results 1 – 6 of 6) sorted by relevance

/external/ImageMagick/MagickCore/
Dgem-private.h49 ConvertHSIToRGB(const double,const double,const double,double *,double *,
Dmethods.h192 #define ConvertHSIToRGB PrependMagickMethod(ConvertHSIToRGB) macro
Dgem.c389 MagickPrivate void ConvertHSIToRGB(const double hue,const double saturation, in ConvertHSIToRGB() function
Dcolorspace.c2004 ConvertHSIToRGB(X,Y,Z,&red,&green,&blue); in TransformsRGBImage()
Denhance.c3514 ConvertHSIToRGB(hue,saturation,intensity,red,green,blue); in ModulateHSI()
/external/ImageMagick/tests/
Dvalidate.c95 static void ConvertHSIToRGB(const double hue,const double saturation, in ConvertHSIToRGB() function
604 ConvertHSIToRGB(111.244375/360.0,0.295985,0.658734,&r,&g,&b); in ValidateHSIToRGB()