TemplateColorScheme
String
TemplateColorScheme
SetDisplayLayout
SetDisplayLayout
SetDisplayLayout
TemplateColorScheme
Get the DayColorScheme
Kind: Instance method of SetDisplayLayout
Returns: TemplateColorScheme
- the KEY_DAY_COLOR_SCHEME value
String
Get the DisplayLayout
Kind: Instance method of SetDisplayLayout
Returns: String
- the KEY_DISPLAY_LAYOUT value
TemplateColorScheme
Get the NightColorScheme
Kind: Instance method of SetDisplayLayout
Returns: TemplateColorScheme
- the KEY_NIGHT_COLOR_SCHEME value
SetDisplayLayout
Set the DayColorScheme
Kind: Instance method of SetDisplayLayout
Returns: SetDisplayLayout
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
scheme | TemplateColorScheme |
A color scheme for all display layout templates. - The desired DayColorScheme. |
SetDisplayLayout
Set the DisplayLayout
Kind: Instance method of SetDisplayLayout
Returns: SetDisplayLayout
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
layout | String |
Predefined or dynamically created screen layout. Currently only predefined screen layouts are defined. - The desired DisplayLayout. {'string_min_length': 1, 'string_max_length': 500} |
SetDisplayLayout
Set the NightColorScheme
Kind: Instance method of SetDisplayLayout
Returns: SetDisplayLayout
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
scheme | TemplateColorScheme |
A color scheme for all display layout templates. - The desired NightColorScheme. |