tsParticles - v4.4.0
    Preparing search index...
    interface IPaint {
        color?:
            | RecursivePartial<IAnimatableColor>
            | RecursivePartial<IRangeColor>;
        fill?: IFill;
        stroke?: IStroke;
    }

    Implemented by

    Index
    fill?: IFill
    stroke?: IStroke