C# Class CommonControls.Util.ColorUtil

Datei anzeigen Open project: kienaiProject/ArtOfWords

Public Methods

Method Description
Darker ( Color org ) : Color
ExtremelyLighter ( Color org ) : Color
Lighter ( Color org ) : Color
Lighter ( Color org, double rate ) : Color

Method Details

Darker() public static method

public static Darker ( Color org ) : Color
org Color
return Color

ExtremelyLighter() public static method

public static ExtremelyLighter ( Color org ) : Color
org Color
return Color

Lighter() public static method

public static Lighter ( Color org ) : Color
org Color
return Color

Lighter() public static method

public static Lighter ( Color org, double rate ) : Color
org Color
rate double
return Color