OudsSingleModeColorKeyToken

A color key token which forces a mode (light or dark) for a given key token. This token will always use the provided mode to give its value.

Constructors

Link copied to clipboard
constructor(keyToken: OudsColorKeyToken, mode: Mode)

Creates an instance of OudsSingleModeColorKeyToken.

Properties

Link copied to clipboard

The color key token for which we want to force a mode.

Link copied to clipboard
val mode: Mode

The Mode to use for the given key token.

Link copied to clipboard
open val name: String