OudsColorMode

data class OudsColorMode

The color mode associated with a colored background. This defines how content is displayed when it is layout on a colored background.

Constructors

Link copied to clipboard
constructor(tweak: OudsTheme.Tweak, monochrome: Boolean)

Creates an instance of OudsColorMode.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Indicates if the monochrome variant of components should be used. When true, OUDS Android components are displayed using their monochrome variant, if it exists.

Link copied to clipboard

The theme tweak associated with this color mode.