rasterParticleFadeOpacityFactor

open override fun rasterParticleFadeOpacityFactor(rasterParticleFadeOpacityFactor: Double): RasterParticleLayer

Defines defines the opacity coefficient applied to the faded particles in each frame. In practice, this property controls the length of the particle tail.

Use static method RasterParticleLayer.defaultRasterParticleFadeOpacityFactor to set the default property.

Parameters

rasterParticleFadeOpacityFactor

value of rasterParticleFadeOpacityFactor


open override fun rasterParticleFadeOpacityFactor(rasterParticleFadeOpacityFactor: Expression): RasterParticleLayer

Defines defines the opacity coefficient applied to the faded particles in each frame. In practice, this property controls the length of the particle tail.

Use static method RasterParticleLayer.defaultRasterParticleFadeOpacityFactorAsExpression to set the default property.

Parameters

rasterParticleFadeOpacityFactor

value of rasterParticleFadeOpacityFactor as Expression


Defines defines the opacity coefficient applied to the faded particles in each frame. In practice, this property controls the length of the particle tail.