rasterColorScale

open override fun rasterColorScale(rasterColorScale: RasterColorScale): RasterLayer

When raster-color is active, specifies how raster values are distributed across the color ramp over the range specified by raster-color-range. Default value: "linear".

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

Parameters

rasterColorScale

value of rasterColorScale


open override fun rasterColorScale(rasterColorScale: Expression): RasterLayer

When raster-color is active, specifies how raster values are distributed across the color ramp over the range specified by raster-color-range. Default value: "linear".

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

Parameters

rasterColorScale

value of rasterColorScale as Expression


When raster-color is active, specifies how raster values are distributed across the color ramp over the range specified by raster-color-range. Default value: "linear".