rasterBrightnessMax

open override fun rasterBrightnessMax(rasterBrightnessMax: Double): RasterLayer

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

Parameters

rasterBrightnessMax

value of rasterBrightnessMax

open override fun rasterBrightnessMax(rasterBrightnessMax: Expression): RasterLayer

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

Parameters

rasterBrightnessMax

value of rasterBrightnessMax as Expression

val rasterBrightnessMax: Double?

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