MutablePalette

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
abstract class ColorGroup(palette: MutablePalette, groupName: String)

Properties

Link copied to clipboard

Convenience property for discovering the color mode that this palette is associated with.

Functions

Link copied to clipboard
open operator override fun get(key: String): Color?
Link copied to clipboard
open fun getValue(key: String): Color
Link copied to clipboard
operator fun set(key: String, value: Color)