Conversion.LChToLuv
Static Method in Conversion
Declaration
public static CIELUV LChToLuv(float L, float C, float h)Description
Converts CIE LCh(uv) components to CIE LUV components.
Parameters
| L | The lightness component of the color in the range [0..100]. |
| C | The chroma component of the color. |
| h | The hue component of the color in the range [0..360°]. |
Returns
| CIELUV | The converted CIE LUV components. |