rasterBrightnessMinTransition

abstract fun rasterBrightnessMinTransition(options: StyleTransition): RasterLayer

Increase or reduce the brightness of the image. The value is the minimum brightness.

Set the RasterBrightnessMin property transition options

Parameters

options

transition options for Double

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

Increase or reduce the brightness of the image. The value is the minimum brightness.

DSL for rasterBrightnessMinTransition.