Home
last modified time | relevance | path

Searched refs:ConvertLMSToRGB (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/tests/
Dvalidate.c446 static inline void ConvertLMSToRGB(const double L,const double M, in ConvertLMSToRGB() function
816 ConvertLMSToRGB(0.611749,0.910088,0.294880,&r,&g,&b); in ValidateLMSToRGB()
/external/ImageMagick/MagickCore/
Dcolorspace.c1689 static inline void ConvertLMSToRGB(const double L,const double M, in ConvertLMSToRGB() function
2427 ConvertLMSToRGB(X,Y,Z,&red,&green,&blue); in TransformsRGBImage()