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;