static fun color(red: Int, green: Int, blue: Int, alpha: Int): LiteralExpression!
Creates literal expression wrapping given color.
red
- Int: The red component of the color.
green
- Int: The green component of the color.
blue
- Int: The blue component of the color.
Return
LiteralExpression!: Literal expression wrapping given color.
static fun color(color: Int): LiteralExpression!
Creates literal expression wrapping given color.
color
- Int: The color to be wrapped.
Return
LiteralExpression!: Literal expression wrapping given color.