circleEmissiveStrength

open override fun circleEmissiveStrength(circleEmissiveStrength: Double): CircleLayer

Controls the intensity of light emitted on the source features. This property works only with 3D light, i.e. when lights root property is defined.

Use static method CircleLayer.defaultCircleEmissiveStrength to set the default property.

Parameters

circleEmissiveStrength

value of circleEmissiveStrength


open override fun circleEmissiveStrength(circleEmissiveStrength: Expression): CircleLayer

Controls the intensity of light emitted on the source features. This property works only with 3D light, i.e. when lights root property is defined.

Use static method CircleLayer.defaultCircleEmissiveStrengthAsExpression to set the default property.

Parameters

circleEmissiveStrength

value of circleEmissiveStrength as Expression


Controls the intensity of light emitted on the source features. This property works only with 3D light, i.e. when lights root property is defined.