[To be supplied.]
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;
ControlPaint Class | ControlPaint Members | System.WinForms Namespace