RGBColorRGBColorRGBColorTemplateColorSchemeTemplateColorSchemeTemplateColorSchemeRGBColorGet the BackgroundColor
Kind: Instance method of TemplateColorScheme
Returns: RGBColor - the KEY_BACKGROUND_COLOR value
RGBColorGet the PrimaryColor
Kind: Instance method of TemplateColorScheme
Returns: RGBColor - the KEY_PRIMARY_COLOR value
RGBColorGet the SecondaryColor
Kind: Instance method of TemplateColorScheme
Returns: RGBColor - the KEY_SECONDARY_COLOR value
TemplateColorSchemeSet the BackgroundColor
Kind: Instance method of TemplateColorScheme
Returns: TemplateColorScheme - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| color | RGBColor |
The color of the background - The desired BackgroundColor. |
TemplateColorSchemeSet the PrimaryColor
Kind: Instance method of TemplateColorScheme
Returns: TemplateColorScheme - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| color | RGBColor |
The primary "accent" color - The desired PrimaryColor. |
TemplateColorSchemeSet the SecondaryColor
Kind: Instance method of TemplateColorScheme
Returns: TemplateColorScheme - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| color | RGBColor |
The secondary "accent" color - The desired SecondaryColor. |