HomeSort by relevance Sort by last modified time
    Searched defs:ConvertHSIToRGB (Results 1 - 2 of 2) sorted by null

  /external/ImageMagick/MagickCore/
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...]
  /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...]

Completed in 740 milliseconds