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

    Particle fill, fills the particle with the given color [[include:Options/Particles/Fill.md]]

    interface IFill {
        color?:
            | RecursivePartial<IAnimatableColor>
            | RecursivePartial<IRangeColor>;
        enable: boolean;
        opacity?: RangeValue;
    }

    Implemented by

    Index

    Properties

    The fill color, can be animated too

    enable: boolean

    Enables or disables the fill

    opacity?: RangeValue

    The fill opacity