Color Scheme
open class ColorScheme(base: ColorProperty, baseContrast: ColorProperty, highlight: ColorProperty, highlightContrast: ColorProperty)
Content copied to clipboard
Defines three colors for a color scheme. First is base which is the default color and baseContrast for showing things on top of highlight color. Besides from that there is a color highlight for highlighting things and a color highlightContrast for showing things on top of highlight color.
Constructors
ColorScheme
Link copied to clipboard
fun ColorScheme(base: ColorProperty, baseContrast: ColorProperty, highlight: ColorProperty, highlightContrast: ColorProperty)
Content copied to clipboard
Functions
Properties
base
Link copied to clipboard
baseContrast
Link copied to clipboard
highlight
Link copied to clipboard
highlightContrast
Link copied to clipboard