uaqiColorPalette property
Determines the color palette used for data provided by the 'Universal Air Quality Index' (UAQI).
This color palette is relevant just for UAQI, other AQIs have a predetermined color palette that can't be controlled.
Optional. Possible string values are:
- "COLOR_PALETTE_UNSPECIFIED" : The default value. Ignored if passed as a parameter.
- "RED_GREEN" : Determines whether to use a red/green palette.
- "INDIGO_PERSIAN_DARK" : Determines whether to use a indigo/persian palette (dark theme).
- "INDIGO_PERSIAN_LIGHT" : Determines whether to use a indigo/persian palette (light theme).
Implementation
core.String? uaqiColorPalette;