copy
fun copy(accent: Color = this.accent, onAccent: Color = this.onAccent, accentContainer: Color = this.accentContainer, onAccentContainer: Color = this.onAccentContainer, accentVariant: Color = this.accentVariant, onAccentVariant: Color = this.onAccentVariant, basic: Color = this.basic, onBasic: Color = this.onBasic, basicContainer: Color = this.basicContainer, onBasicContainer: Color = this.onBasicContainer, main: Color = this.main, onMain: Color = this.onMain, mainContainer: Color = this.mainContainer, onMainContainer: Color = this.onMainContainer, mainVariant: Color = this.mainVariant, onMainVariant: Color = this.onMainVariant, support: Color = this.support, onSupport: Color = this.onSupport, supportContainer: Color = this.supportContainer, onSupportContainer: Color = this.onSupportContainer, supportVariant: Color = this.supportVariant, onSupportVariant: Color = this.onSupportVariant, background: Color = this.background, onBackground: Color = this.onBackground, backgroundVariant: Color = this.backgroundVariant, onBackgroundVariant: Color = this.onBackgroundVariant, surface: Color = this.surface, onSurface: Color = this.onSurface, surfaceInverse: Color = this.surfaceInverse, onSurfaceInverse: Color = this.onSurfaceInverse, surfaceTint: Color = this.surfaceTint, outline: Color = this.outline, outlineHigh: Color = this.outlineHigh, scrim: Color = this.scrim, success: Color = this.success, onSuccess: Color = this.onSuccess, successContainer: Color = this.successContainer, onSuccessContainer: Color = this.onSuccessContainer, alert: Color = this.alert, onAlert: Color = this.onAlert, alertContainer: Color = this.alertContainer, onAlertContainer: Color = this.onAlertContainer, error: Color = this.error, onError: Color = this.onError, errorContainer: Color = this.errorContainer, onErrorContainer: Color = this.onErrorContainer, info: Color = this.info, onInfo: Color = this.onInfo, infoContainer: Color = this.infoContainer, onInfoContainer: Color = this.onInfoContainer, neutral: Color = this.neutral, onNeutral: Color = this.onNeutral, neutralContainer: Color = this.neutralContainer, onNeutralContainer: Color = this.onNeutralContainer, dimContent1: Float = this.dim1, dimContent2: Float = this.dim2, dimContent3: Float = this.dim3, dimContent4: Float = this.dim4, dimContent5: Float = this.dim5): SparkColors
Returns a copy of this Colors, optionally overriding some of the values.