textHaloColorTransition

abstract fun textHaloColorTransition(options: StyleTransition): SymbolLayer

The color of the text's halo, which helps it stand out from backgrounds.

Set the TextHaloColor property transition options

Parameters

options

transition options for String

abstract fun textHaloColorTransition(block: StyleTransition.Builder.() -> Unit): SymbolLayer

The color of the text's halo, which helps it stand out from backgrounds.

DSL for textHaloColorTransition.