RGBColor
RGBColor
RGBColor
TemplateColorScheme
TemplateColorScheme
TemplateColorScheme
RGBColor
Get the BackgroundColor
Kind: Instance method of TemplateColorScheme
Returns: RGBColor
- the KEY_BACKGROUND_COLOR value
RGBColor
Get the PrimaryColor
Kind: Instance method of TemplateColorScheme
Returns: RGBColor
- the KEY_PRIMARY_COLOR value
RGBColor
Get the SecondaryColor
Kind: Instance method of TemplateColorScheme
Returns: RGBColor
- the KEY_SECONDARY_COLOR value
TemplateColorScheme
Set 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. |
TemplateColorScheme
Set 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. |
TemplateColorScheme
Set 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. |