C# 클래스 ComponentFactory.Krypton.Toolkit.PaletteElementColorInherit

Provide inheritance of palette element colors.
상속: GlobalId, IPaletteElementColor
파일 보기 프로젝트 열기: ComponentFactory/Krypton

공개 메소드들

메소드 설명
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.

메소드 상세

GetElementColor1() 공개 추상적인 메소드

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

GetElementColor2() 공개 추상적인 메소드

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

GetElementColor3() 공개 추상적인 메소드

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

GetElementColor4() 공개 추상적인 메소드

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

GetElementColor5() 공개 추상적인 메소드

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