TextColor

data class TextColor(val primary: DashColor, val secondary: DashColor, val tertiary: DashColor, val links: DashColor, val accent: DashColor, val inverted: DashColor, val red: DashColor) : ComposeFactory<DashTextColor>

Constructors

Link copied to clipboard
constructor(primary: DashColor, secondary: DashColor, tertiary: DashColor, links: DashColor, accent: DashColor, inverted: DashColor, red: 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
Link copied to clipboard

Functions

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