copy

fun copy(alpha: Int = alpha(), red: Int = red(), green: Int = green(), blue: Int = blue()): Color
fun copy(alpha: Float = alpha() / FLOAT_VALUE, red: Float = red() / FLOAT_VALUE, green: Float = green() / FLOAT_VALUE, blue: Float = blue() / FLOAT_VALUE): Color