Companion

object Companion

Functions

Link copied to clipboard
fun values(): Set<ColorSchemeAssociationKind>

Returns all available association kinds.

Properties

Link copied to clipboard
val Border: ColorSchemeAssociationKind

Border visual area of non-tab controls.

Link copied to clipboard
val Fill: ColorSchemeAssociationKind

The default visual area that is used for the inner part of most controls.

Link copied to clipboard
val Focus: ColorSchemeAssociationKind

Visual area of focus indication.

Link copied to clipboard
val Highlight: ColorSchemeAssociationKind

Highlight visual areas for lists, tables, trees and menus.

Link copied to clipboard
val HighlightBorder: ColorSchemeAssociationKind

Border visual areas for highlighted regions of lists, tables, trees and menus.

Link copied to clipboard
val HighlightMark: ColorSchemeAssociationKind

Visual area of marks in highlighted regions of lists, tables, trees and menus.

Link copied to clipboard
val HighlightText: ColorSchemeAssociationKind

Highlight visual areas for text components.

Link copied to clipboard
val Mark: ColorSchemeAssociationKind

Visual area of marks. Used for painting check marks of checkboxes and radio buttons, as well as arrow icons of combo boxes, spinners and more.

Link copied to clipboard
val MarkBox: ColorSchemeAssociationKind

Visual area of mark boxes. Used for painting the box of checkboxes and radio buttons.

Link copied to clipboard
val Separator: ColorSchemeAssociationKind

Visual area of separators.

Link copied to clipboard
val Tab: ColorSchemeAssociationKind

Fill visual area of the tabs.

Link copied to clipboard
val TabBorder: ColorSchemeAssociationKind

Border visual area of the tabs.