Conversion.HSVToHSL
Static Method in Conversion
Declaration
public static HSL HSVToHSL(float H, float S, float V)
Description
Converts HSV components to HSL components.
Parameters
H | The hue component of the color in the range [0..1]. |
S | The saturation component of the color in the range [0..1]. |
V | The value component of the color in the range [0..1]. |
Returns
HSL | The converted HSL components. |