sdk-maps / com.tomtom.online.sdk.map.style.expression.textsettings / TextSettings / Builder / withColor

withColor

open fun withColor(color: Expression!): TextSettings.Builder!

Sets the color of the text.

Parameters

color - Expression!: The color of the text. Currently supports Literal expression with string Value in "#RRGGBB" format.

Return
TextSettings.Builder!: A reference to this object.