Content
data class Content(val brandPrimary: Color, val brandSecondary: Color, val brandTertiary: Color, val default: Color, val disabled: Color, val inverse: Color, val muted: Color, val onAction: OudsColorScheme.Content.OnAction, val onBrand: OudsColorScheme.Content.OnBrand, val onStatus: OudsColorScheme.Content.OnStatus, val status: OudsColorScheme.Content.Status)
Colors used for text, icons, and other foreground elements.
Constructors
Link copied to clipboard
constructor(brandPrimary: Color, brandSecondary: Color, brandTertiary: Color, default: Color, disabled: Color, inverse: Color, muted: Color, onAction: OudsColorScheme.Content.OnAction, onBrand: OudsColorScheme.Content.OnBrand, onStatus: OudsColorScheme.Content.OnStatus, status: OudsColorScheme.Content.Status)
Types
Link copied to clipboard
data class OnStatus(val positive: OudsColorScheme.Content.OnStatus.Positive, val info: OudsColorScheme.Content.OnStatus.Info, val warning: OudsColorScheme.Content.OnStatus.Warning, val negative: OudsColorScheme.Content.OnStatus.Negative, val accent: OudsColorScheme.Content.OnStatus.Accent)
Content colors displayed on top of status backgrounds.
Properties
Link copied to clipboard
Primary brand content color.
Link copied to clipboard
Secondary brand content color.
Link copied to clipboard
Tertiary brand content color.
Link copied to clipboard
Content colors displayed on top of action backgrounds.
Link copied to clipboard
Content colors displayed on top of brand backgrounds.
Link copied to clipboard
Content colors displayed on top of status backgrounds.
Link copied to clipboard
Content colors representing statuses directly (e.g. colored text).