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