Conversion.LMSToRGB
Static Method in Conversion
Declaration
public static Color LMSToRGB(float L, float M, float S)
Description
Converts LMS components to an RGB color.
Parameters
L | The long cone cell of the human eye. |
M | The medium cone cell of the human eye. |
S | The short cone cell of the human eye. |
Returns
Color | The converted RGB color. |