Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetElementColor1 ( PaletteState state ) : Color |
Gets the first element color.
|
|
GetElementColor2 ( PaletteState state ) : Color |
Gets the second element color.
|
|
GetElementColor3 ( PaletteState state ) : Color |
Gets the third element color.
|
|
GetElementColor4 ( PaletteState state ) : Color |
Gets the fourth element color.
|
|
GetElementColor5 ( PaletteState state ) : Color |
Gets the fifth element color.
|
|
PaletteElementColor ( IPaletteElementColor inheritElementColor, NeedPaintHandler needPaint ) : System |
Initialize a new instance of the PaletteElementColor class.
|
|
PopulateFromBase ( PaletteState state ) : void |
Populate values from the base palette.
|
|
ResetColor1 ( ) : void |
Reset the Color1 to the default value.
|
|
ResetColor2 ( ) : void |
Reset the Color2 to the default value.
|
|
ResetColor3 ( ) : void |
Reset the Color3 to the default value.
|
|
ResetColor4 ( ) : void |
Reset the Color4 to the default value.
|
|
ResetColor5 ( ) : void |
Reset the Color5 to the default value.
|
|
SetInherit ( IPaletteElementColor inheritElementColor ) : void |
Sets the inheritence parent.
|
public GetElementColor1 ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
return | Color |
public GetElementColor2 ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
return | Color |
public GetElementColor3 ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
return | Color |
public GetElementColor4 ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
return | Color |
public GetElementColor5 ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
return | Color |
public PaletteElementColor ( IPaletteElementColor inheritElementColor, NeedPaintHandler needPaint ) : System | ||
inheritElementColor | IPaletteElementColor | Source for inheriting values. |
needPaint | NeedPaintHandler | Delegate for notifying changes in value. |
return | System |
public PopulateFromBase ( PaletteState state ) : void | ||
state | PaletteState | Palette state to use when populating. |
return | void |
public SetInherit ( IPaletteElementColor inheritElementColor ) : void | ||
inheritElementColor | IPaletteElementColor | |
return | void |