tsParticles - v4.0.0-beta.12
    Preparing search index...

    Particle opacity data with separate fill and stroke values

    interface IParticleOpacityData {
        fillOpacity: number;
        opacity: number;
        strokeOpacity: number;
    }
    Index

    Properties

    fillOpacity: number

    Fill opacity value

    opacity: number

    Overall opacity value

    strokeOpacity: number

    Stroke opacity value