Searched refs:ConvertLCHuvToXYZ (Results 1 – 1 of 1) sorted by relevance
800 static inline void ConvertLCHuvToXYZ(const double luma,const double chroma, in ConvertLCHuvToXYZ() function823 ConvertLCHuvToXYZ(100.0*luma,255.0*(chroma-0.5),360.0*hue,illuminant, in ConvertLCHuvToRGB()