rasterBrightnessMaxTransition

abstract fun rasterBrightnessMaxTransition(options: StyleTransition): RasterLayer

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

Set the RasterBrightnessMax property transition options

Parameters

options

transition options for Double

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

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

DSL for rasterBrightnessMaxTransition.