BCGControlBar Library for .NET
ColorMakeLighter Method




Syntax
'Declaration
 
Public Shared Function ColorMakeLighter( _
   ByVal clr As Color, _
   ByVal dblRatio As Double _
) As Color
'Usage
 
Dim clr As Color
Dim dblRatio As Double
Dim value As Color
 
value = DrawManager.ColorMakeLighter(clr, dblRatio)
public static Color ColorMakeLighter( 
   Color clr,
   double dblRatio
)
public: static Color ColorMakeLighter( 
   Color clr,
   double dblRatio
) 
public:
static Color ColorMakeLighter( 
   Color clr,
   double dblRatio
) 

Parameters

clr
dblRatio
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DrawManager Class
DrawManager Members

Send Feedback