BackgroundColor

data class BackgroundColor(val primary: DashColor, val secondary: DashColor, val tertiary: DashColor, val quaternary: DashColor, val fade: DashColor, val sidebar: DashColor) : ComposeFactory<DashBackgroundColor>

Constructors

Link copied to clipboard
constructor(primary: DashColor, secondary: DashColor, tertiary: DashColor, quaternary: DashColor, fade: DashColor, sidebar: DashColor)

Properties

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

Functions

Link copied to clipboard
fun getColorBy(index: Int = 0): DashColor?
Link copied to clipboard