Color Scheme
open class ColorScheme(main: ColorProperty, mainContrast: ColorProperty, highlight: ColorProperty, highlightContrast: ColorProperty)
Content copied to clipboard
Defines three colors for a color scheme. First is main which is the default color and mainContrast 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(main: ColorProperty, mainContrast: ColorProperty, highlight: ColorProperty, highlightContrast: ColorProperty)
Content copied to clipboard
Functions
inverted
Link copied to clipboard
Properties
highlight
Link copied to clipboard
highlightContrast
Link copied to clipboard
main
Link copied to clipboard
mainContrast
Link copied to clipboard