Constructors

Link copied to clipboard
constructor(palette: MutablePalette)

Properties

Link copied to clipboard
open override var default: Color

Color used for buttons in a normal state.

Link copied to clipboard
open override var focus: Color

Color used for the outline of buttons that have been focused on (e.g. by keyboard nav).

Link copied to clipboard
open override var hover: Color

Color used for buttons when the mouse is over the button (but not clicked).

Link copied to clipboard
open override var pressed: Color

Color used for buttons when they are being depressed by the user.

Functions

Link copied to clipboard
fun set(default: Color, hover: Color, focus: Color, pressed: Color)