rasterContrastTransition

abstract fun rasterContrastTransition(options: StyleTransition): RasterLayer

Increase or reduce the contrast of the image.

Set the RasterContrast property transition options

Parameters

options

transition options for Double

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

Increase or reduce the contrast of the image.

DSL for rasterContrastTransition.