C# Class ComponentFactory.Krypton.Toolkit.PaletteElementColorInherit

Provide inheritance of palette element colors.
Inheritance: GlobalId, IPaletteElementColor
Afficher le fichier Open project: ComponentFactory/Krypton

Méthodes publiques

Méthode Description
GetElementColor1 ( PaletteState state ) : Color

Gets the first color for the element.

GetElementColor2 ( PaletteState state ) : Color

Gets the second color for the element.

GetElementColor3 ( PaletteState state ) : Color

Gets the third color for the element.

GetElementColor4 ( PaletteState state ) : Color

Gets the fourth color for the element.

GetElementColor5 ( PaletteState state ) : Color

Gets the fifth color for the element.

Method Details

GetElementColor1() public abstract méthode

Gets the first color for the element.
public abstract GetElementColor1 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Résultat Color

GetElementColor2() public abstract méthode

Gets the second color for the element.
public abstract GetElementColor2 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Résultat Color

GetElementColor3() public abstract méthode

Gets the third color for the element.
public abstract GetElementColor3 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Résultat Color

GetElementColor4() public abstract méthode

Gets the fourth color for the element.
public abstract GetElementColor4 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Résultat Color

GetElementColor5() public abstract méthode

Gets the fifth color for the element.
public abstract GetElementColor5 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Résultat Color