sdk-maps / com.tomtom.online.sdk.map.style.expression / LiteralExpression / color

color

@Beta(2020, 12) static fun color(red: Int, green: Int, blue: Int, alpha: Int): LiteralExpression!

Creates literal expression wrapping given color.

Parameters

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.

@Beta(2020, 12) static fun color(color: Int): LiteralExpression!

Creates literal expression wrapping given color.

Parameters

color - Int: The color to be wrapped.

Return
LiteralExpression!: Literal expression wrapping given color.