Companion
object Companion
Functions
Link copied to clipboard
fun ThemeColorTokens.copy(background: ThemeColorTokens.Background = this.background, content: ThemeColorTokens.Content = this.content, brand: ThemeColorTokens.Brand = this.brand, border: ThemeColorTokens.Border = this.border, status: ThemeColorTokens.Status = this.status): ThemeColorTokens
Copies this ThemeColorTokens replacing provided token groups.
Link copied to clipboard
Create ThemeColorTokens from ThemeColors for backward compatibility.
operator fun invoke(background: ThemeColorTokens.Background, content: ThemeColorTokens.Content, brand: ThemeColorTokens.Brand, border: ThemeColorTokens.Border, status: ThemeColorTokens.Status): ThemeColorTokens
Creates a ThemeColorTokens instance with the provided color token groups.
Link copied to clipboard
Converts this ThemeColorTokens to a Material3 darkColorScheme.
Link copied to clipboard
Converts this ThemeColorTokens to a Material3 lightColorScheme.