Components.GetHue360
Extension Method in Components
Declaration
public static int GetHue360(this Color color)Description
Returns the hue component of the color in the range [0..360].
Parameters
| color | The color to get the component from. |
Returns
| int | The hue component of the color. |