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

    Particle paint options, grouping fill and stroke so variants can be selected together [[include:Options/Particles/Paint.md]]

    interface IPaint {
        color?:
            | RecursivePartial<IAnimatableColor>
            | RecursivePartial<IRangeColor>;
        fill?: IFill;
        stroke?: IStroke;
    }

    Implemented by

    Index

    Properties

    Properties

    Default paint color used as fallback for fill and stroke colors

    fill?: IFill

    Particle fill options

    stroke?: IStroke

    Particle stroke options