Conversion.HSLToHSV
Static Method in Conversion
Declaration
public static HSV HSLToHSV(float H, float S, float L)Description
Converts HSL components to HSV 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]. |
| L | The lightness component of the color in the range [0..1]. |
Returns
| HSV | The converted HSV components. |