copy

fun copy(fillPrimary: Color = this.fillPrimary, fillSecondary: Color = this.fillSecondary, fillTertiary: Color = this.fillTertiary, fillLight: Color = this.fillLight, labelPrimaryLight: Color = this.labelPrimaryLight, labelPrimary: Color = this.labelPrimary, labelSecondary: Color = this.labelSecondary, labelTertiary: Color = this.labelTertiary, labelQuaternary: Color = this.labelQuaternary, lightenHover: Color = this.lightenHover, lightenPressed: Color = this.lightenPressed, error: Color = this.error, alert: Color = this.alert, passable: Color = this.passable, interaction: Color = this.interaction, dividerLine: Color = this.dividerLine): ColorScheme

Return

A copy of this ColorScheme with the given parameters applied.