In The Hand LtdIn The Hand
Dark Method (c, percDarker)
NamespacesInTheHand.Windows.FormsControlPaintDark(Color, Single)
.NET Components for Mobility
Creates a new dark color object for the control from the specified color and darkens it by the specified percentage.
Declaration Syntax
C#Visual Basic
public static Color Dark(
	Color c,
	float percDarker
)
Public Shared Function Dark ( _
	c As Color, _
	percDarker As Single _
) As Color
Parameters
c (Color)
The Color to be darkened.
percDarker (Single)
The percentage to darken the specified Color.
Return Value
A Color that represent the dark color on the control.

Assembly: InTheHand.Windows.Forms (Module: InTheHand.Windows.Forms) Version: 7.0.0.0