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

The HSB brightness for this color.

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

See Also

Color Structure | Color Members | System.Drawing Namespace