Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-model
/
org.meshtastic.core.model
/
EventFirmwareThemeColors
Event
Firmware
Theme
Colors
@
Serializable
data
class
EventFirmwareThemeColors
(
val
primary
:
String
?
=
null
,
val
secondary
:
String
?
=
null
,
val
accent
:
String
?
=
null
)
(
source
)
Named brand colors (
#RRGGBB
) for an event theme; any may be absent.
Members
Constructors
Event
Firmware
Theme
Colors
Link copied to clipboard
constructor
(
primary
:
String
?
=
null
,
secondary
:
String
?
=
null
,
accent
:
String
?
=
null
)
Properties
accent
Link copied to clipboard
val
accent
:
String
?
primary
Link copied to clipboard
val
primary
:
String
?
secondary
Link copied to clipboard
val
secondary
:
String
?