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!

ControlPaint.Light

[To be supplied.]

Overload List

Creates a new color that is a object of the given color.

[Visual Basic] Overloads Public Shared Function Light(Color) As Color
[C#] public static Color Light(Color);
[C++] public: static Color Light(Color);
[JScript] public static function Light(Color) : Color;

Creates a new color that is a object of the given color.

[Visual Basic] Overloads Public Shared Function Light(Color, Single) As Color
[C#] public static Color Light(Color, float);
[C++] public: static Color Light(Color, float);
[JScript] public static function Light(Color, float) : Color;

See Also

ControlPaint Class | ControlPaint Members | System.WinForms Namespace