/external/ImageMagick/MagickCore/ |
gem-private.h | 49 ConvertHSIToRGB(const double,const double,const double,double *,double *,
|
methods.h | 192 #define ConvertHSIToRGB PrependMagickMethod(ConvertHSIToRGB) [all...] |
gem.c | 378 % ConvertHSIToRGB() transforms a (hue, saturation, intensity) to a (red, 383 % void ConvertHSIToRGB(const double hue,const double saturation, 394 MagickPrivate void ConvertHSIToRGB(const double hue,const double saturation, [all...] |
colorspace.c | [all...] |
enhance.c | [all...] |
/external/ImageMagick/tests/ |
validate.c | 98 static void ConvertHSIToRGB(const double hue,const double saturation, 607 ConvertHSIToRGB(111.244375/360.0,0.295985,0.658734,&r,&g,&b); [all...] |