Companion
Functions
Link copied to clipboard
public final static ThemeColorTokens copy(ThemeColorTokens $self, ThemeColorTokens.Background background, ThemeColorTokens.Content content, ThemeColorTokens.Brand brand, ThemeColorTokens.Border border, ThemeColorTokens.Status status)
Copies this ThemeColorTokens replacing provided token groups.
Link copied to clipboard
public final static ThemeColorTokens create(ThemeColorTokens.Background background, ThemeColorTokens.Content content, ThemeColorTokens.Brand brand, ThemeColorTokens.Border border, ThemeColorTokens.Status status)
Creates a ThemeColorTokens instance with the provided color token groups.
Link copied to clipboard
Create ThemeColorTokens from ThemeColors for backward compatibility.
Link copied to clipboard
Converts this ThemeColorTokens to a Material3 darkColorScheme.
Link copied to clipboard
Converts this ThemeColorTokens to a Material3 lightColorScheme.