set

fun set(r: Float, g: Float, b: Float, a: Float): MutableColor
fun set(other: Vec4f): MutableColor
open operator fun set(i: Int, v: Float)