Method | 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.
|
|
PaletteElementColorInheritRedirect ( |
Initialize a new instance of the PaletteElementColorInheritRedirect class.
|
|
SetRedirector ( PaletteRedirect redirect ) : void |
Update the redirector with new reference.
|
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 PaletteElementColorInheritRedirect ( |
||
redirect | Source for inherit requests. | |
element | PaletteElement | Element value.. |
return | System |
public SetRedirector ( PaletteRedirect redirect ) : void | ||
redirect | PaletteRedirect | Target redirector. |
return | void |