.NET Components for Mobility
Creates a new light color object for the control from the specified color and lightens it by the specified percentage.

Declaration Syntax
Public Shared Function Light ( _
baseColor As Color, _
percLighter As Single _
) As Color

Parameters
- baseColor (Color)
- The Color to be lightened.
- percLighter (Single)
- The percentage to lighten the specified Color.

Return Value
Creates a new light color object for the control from the specified color and lightens it by the specified percentage.
Assembly:
InTheHand.Windows.Forms (Module: InTheHand.Windows.Forms) Version: 7.0.0.0