circleBlur

open override fun circleBlur(circleBlur: Double): CircleLayer

Amount to blur the circle. 1 blurs the circle such that only the centerpoint is full opacity. Default value: 0.

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

Parameters

circleBlur

value of circleBlur


open override fun circleBlur(circleBlur: Expression): CircleLayer

Amount to blur the circle. 1 blurs the circle such that only the centerpoint is full opacity. Default value: 0.

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

Parameters

circleBlur

value of circleBlur as Expression


Amount to blur the circle. 1 blurs the circle such that only the centerpoint is full opacity. Default value: 0.