colorTransition

abstract fun colorTransition(options: StyleTransition): Light

Set the Color property transition options.

Parameters

options

transition options for color

abstract fun colorTransition(block: StyleTransition.Builder.() -> Unit): Light

DSL for colorTransition.