rasterColorRange

abstract fun rasterColorRange(rasterColorRange: List<Double> = listOf(0.0, 1.0)): RasterLayer

When raster-color is active, specifies the range over which raster-color is tabulated. Units correspond to the computed raster value via raster-color-mix.

Parameters

rasterColorRange

value of rasterColorRange


abstract fun rasterColorRange(rasterColorRange: Expression): RasterLayer

When raster-color is active, specifies the range over which raster-color is tabulated. Units correspond to the computed raster value via raster-color-mix.

Parameters

rasterColorRange

value of rasterColorRange as Expression