modelColorMixIntensityTransition

abstract fun modelColorMixIntensityTransition(options: StyleTransition): ModelLayer

Intensity of model-color (on a scale from 0 to 1) in color mix with original 3D model's colors. Higher number will present a higher model-color contribution in mix.

Set the ModelColorMixIntensity property transition options

Parameters

options

transition options for Double

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

Intensity of model-color (on a scale from 0 to 1) in color mix with original 3D model's colors. Higher number will present a higher model-color contribution in mix.

DSL for modelColorMixIntensityTransition.