Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dgem-private.h49 ConvertHSIToRGB(const double,const double,const double,double *,double *,
Dgem.c389 MagickPrivate void ConvertHSIToRGB(const double hue,const double saturation, in ConvertHSIToRGB() function
Dcolorspace.c1939 ConvertHSIToRGB(X,Y,Z,&red,&green,&blue); in TransformsRGBImage()
Denhance.c3026 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()