ConversionExtensions.ToHSL
Extension Method in ConversionExtensions
Declaration
public static HSL ToHSL(this Color color)Description
Converts the color to HSL (hue, saturation, lightness) components in the range [0..1].
Parameters
| color | The color to convert. |
Returns
| HSL | The HSL components of the color. |