BCGControlBar Library for .NET
ColorMakeDarker Method




Syntax
'Declaration
 
Public Shared Function ColorMakeDarker( _
   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.ColorMakeDarker(clr, dblRatio)
public static Color ColorMakeDarker( 
   Color clr,
   double dblRatio
)
public: static Color ColorMakeDarker( 
   Color clr,
   double dblRatio
) 
public:
static Color ColorMakeDarker( 
   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