Brand
interface Brand
Tokens related to your primary and secondary brand colors.
Types
Properties
Link copied to clipboard
Color for text and icons placed on top of the primaryContainer color.
Link copied to clipboard
Color for text and icons placed on top of the secondary color.
Link copied to clipboard
Color for text and icons placed on top of the secondaryContainer color.
Link copied to clipboard
Link copied to clipboard
A toned-down container color derived from the secondary brand color.
Functions
Link copied to clipboard
fun ThemeColorTokens.Brand.copy(primary: Color = this.primary, onPrimary: Color = this.onPrimary, primaryContainer: Color = this.primaryContainer, onPrimaryContainer: Color = this.onPrimaryContainer, secondary: Color = this.secondary, onSecondary: Color = this.onSecondary, secondaryContainer: Color = this.secondaryContainer, onSecondaryContainer: Color = this.onSecondaryContainer): ThemeColorTokens.Brand
Copies this Brand replacing provided values.