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