Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-ui
/
org.meshtastic.core.ui.theme
/
AqiSeverityColors
/
Tones
Tones
data
class
Tones
(
val
light
:
Color
,
val
dark
:
Color
)
(
source
)
The light-theme and dark-theme tone for one AQI category.
Members
Constructors
Tones
Link copied to clipboard
constructor
(
light
:
Color
,
dark
:
Color
)
Properties
dark
Link copied to clipboard
val
dark
:
Color
light
Link copied to clipboard
val
light
:
Color