copy

fun copy(alpha: Int = this.alpha, red: Int = this.red, green: Int = this.green, blue: Int = this.blue): Color

Creates a copy of this color.