Creates a new color that is a object of the given color.
[Visual Basic] Overloads Public Shared Function Light( _ ByVal baseColor As Color _ ) As Color [C#] public static Color Light( Color baseColor ); [C++] public: static Color Light( Color baseColor ); [JScript] public static function Light( baseColor : Color ) : Color;
ControlPaint Class | ControlPaint Members | System.WinForms Namespace | ControlPaint.Light Overload List