copy

fun copy(alpha: Int = this.alpha, red: Int = this.red, green: Int = this.green, blue: Int = this.blue): Color
fun copy(alpha: Float = nAlpha, red: Float = nRed, green: Float = nGreen, blue: Float = nBlue): Color