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