EntryDelegate

class EntryDelegate(palette: MutablePalette, prefix: String? = null)(source)

A property delegate class which helps reduce boilerplate when defining palette color groups.

See also

Constructors

Link copied to clipboard
constructor(palette: MutablePalette, prefix: String? = null)

Functions

Link copied to clipboard
operator fun getValue(thisRef: Any?, property: KProperty<*>): Color
Link copied to clipboard
operator fun setValue(thisRef: Any?, property: KProperty<*>, value: Color)