fillColorTransition

abstract fun fillColorTransition(options: StyleTransition): FillLayer

The color of the filled part of this layer. This color can be specified as rgba with an alpha component and the color's opacity will not affect the opacity of the 1px stroke, if it is used.

Set the FillColor property transition options

Parameters

options

transition options for String

abstract fun fillColorTransition(block: StyleTransition.Builder.() -> Unit): FillLayer

The color of the filled part of this layer. This color can be specified as rgba with an alpha component and the color's opacity will not affect the opacity of the 1px stroke, if it is used.

DSL for fillColorTransition.