rasterColorRange

open override fun rasterColorRange(rasterColorRange: List<Double>): 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.

Use static method RasterLayer.defaultRasterColorRange to set the default property.

Parameters

rasterColorRange

value of rasterColorRange


open override 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.

Use static method RasterLayer.defaultRasterColorRangeAsExpression to set the default property.

Parameters

rasterColorRange

value of rasterColorRange as Expression


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.