NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Color.GetHue

The HSB Hue value for this color, in degrees.

[Visual Basic]
Public Function GetHue() As Single
[C#]
public float GetHue();
[C++]
public: float GetHue();
[JScript]
public function GetHue() : float;

See Also

Color Structure | Color Members | System.Drawing Namespace