backgroundOpacity

open override fun backgroundOpacity(backgroundOpacity: Double): BackgroundLayer

The opacity at which the background will be drawn.

Use static method BackgroundLayer.defaultBackgroundOpacity to set the default property.

Parameters

backgroundOpacity

value of backgroundOpacity


open override fun backgroundOpacity(backgroundOpacity: Expression): BackgroundLayer

The opacity at which the background will be drawn.

Use static method BackgroundLayer.defaultBackgroundOpacityAsExpression to set the default property.

Parameters

backgroundOpacity

value of backgroundOpacity as Expression


The opacity at which the background will be drawn.