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