modelColorTransition

abstract fun modelColorTransition(options: StyleTransition): ModelLayer

The tint color of the model layer. model-color-mix-intensity (defaults to 0) defines tint(mix) intensity - this means that, this color is not used unless model-color-mix-intensity gets value greater than 0.

Set the ModelColor property transition options

Parameters

options

transition options for String

abstract fun modelColorTransition(block: StyleTransition.Builder.() -> Unit): ModelLayer

The tint color of the model layer. model-color-mix-intensity (defaults to 0) defines tint(mix) intensity - this means that, this color is not used unless model-color-mix-intensity gets value greater than 0.

DSL for modelColorTransition.