rasterHueRotateTransition

abstract fun rasterHueRotateTransition(options: StyleTransition): RasterLayer

Rotates hues around the color wheel.

Set the RasterHueRotate property transition options

Parameters

options

transition options for Double

abstract fun rasterHueRotateTransition(block: StyleTransition.Builder.() -> Unit): RasterLayer

Rotates hues around the color wheel.

DSL for rasterHueRotateTransition.