LMS Constructor
Constructor in LMS
Declaration
public LMS(float L, float M, float S)Description
Creates new LMS components from the given values.
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. |
Overload
Declaration
public LMS(LMS other)Description
Creates a new copy of the components.
Parameters
| other | The other components to copy. |
Overload
Declaration
public LMS(Color color)Description
Creates new LMS components from the given color.
Parameters
| color | The color to extract the components from. |