kobweb
Toggle table of contents
0.21.1
js
Platform filter
js
Switch theme
Search in API
kobweb
silk-foundation
/
com.varabyte.kobweb.silk.theme.colors.palette
/
MutablePalette
Mutable
Palette
class
MutablePalette
:
Palette
(
source
)
Members
Members & Extensions
Constructors
Mutable
Palette
Link copied to clipboard
constructor
(
)
Types
Color
Group
Link copied to clipboard
abstract
class
ColorGroup
(
palette
:
MutablePalette
,
groupName
:
String
)
Properties
color
Mode
Link copied to clipboard
val
Palette
.
colorMode
:
ColorMode
Convenience property for discovering the color mode that this palette is associated with.
Functions
get
Link copied to clipboard
open
operator override
fun
get
(
key
:
String
)
:
Color
?
get
Value
Link copied to clipboard
open
fun
getValue
(
key
:
String
)
:
Color
set
Link copied to clipboard
operator
fun
set
(
key
:
String
,
value
:
Color
)