raster Brightness Max Transition
abstract fun rasterBrightnessMaxTransition(options: StyleTransition): RasterLayer
Content copied to clipboard
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
Content copied to clipboard
Increase or reduce the brightness of the image. The value is the maximum brightness.
DSL for rasterBrightnessMaxTransition.