fillOpacity

open override fun fillOpacity(fillOpacity: Double): FillLayer

The opacity of the entire fill layer. In contrast to the fill-color, this value will also affect the 1px stroke around the fill, if the stroke is used.

Use static method FillLayer.defaultFillOpacity to set the default property.

Parameters

fillOpacity

value of fillOpacity

open override fun fillOpacity(fillOpacity: Expression): FillLayer

The opacity of the entire fill layer. In contrast to the fill-color, this value will also affect the 1px stroke around the fill, if the stroke is used.

Use static method FillLayer.defaultFillOpacityAsExpression to set the default property.

Parameters

fillOpacity

value of fillOpacity as Expression

val fillOpacity: Double?

The opacity of the entire fill layer. In contrast to the fill-color, this value will also affect the 1px stroke around the fill, if the stroke is used.