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.GetSaturation

The HSB saturation for this color.

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

Return Value

the saturation, where 0 is grey and 1 is the most saturated.

See Also

Color Structure | Color Members | System.Drawing Namespace