rasterOpacity

open override fun rasterOpacity(rasterOpacity: Double): RasterLayer

The opacity at which the image will be drawn.

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

Parameters

rasterOpacity

value of rasterOpacity


open override fun rasterOpacity(rasterOpacity: Expression): RasterLayer

The opacity at which the image will be drawn.

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

Parameters

rasterOpacity

value of rasterOpacity as Expression


The opacity at which the image will be drawn.