EventFirmwareThemeColors

@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.

Constructors

Link copied to clipboard
constructor(primary: String? = null, secondary: String? = null, accent: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard