Searched refs:ConvertLCHuvToXYZ (Results 1 – 1 of 1) sorted by relevance
797 static inline void ConvertLCHuvToXYZ(const double luma,const double chroma, in ConvertLCHuvToXYZ() function818 ConvertLCHuvToXYZ(100.0*luma,255.0*(chroma-0.5),360.0*hue,&X,&Y,&Z); in ConvertLCHuvToRGB()