copy
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.
Immutable copy helper for external usage.