MutableColor

fun MutableColor(color: Color)
fun MutableColor(r: Float, g: Float, b: Float, a: Float)