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