toRgba

fun toRgba(vararg expressions: Expression): Expression

Returns a four-element array containing the input color's red, green, blue, and alpha components, in that order.

fun toRgba(block: Expression.ExpressionBuilder.() -> Unit): Expression

DSL function for "to-rgba".