IconColor

data class IconColor(val primary: DashColor, val secondary: DashColor, val tertiary: DashColor, val inverted: DashColor, val red: DashColor, val green: DashColor, val accent: DashColor) : ComposeFactory<DashIconColor>

Constructors

Link copied to clipboard
constructor(primary: DashColor, secondary: DashColor, tertiary: DashColor, inverted: DashColor, red: DashColor, green: DashColor, accent: DashColor)

Types

Link copied to clipboard

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
Link copied to clipboard

Functions

Link copied to clipboard
fun getColorBy(index: Int = 0): DashColor?
Link copied to clipboard
open override fun toCompose(): DashIconColor