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

    Implemented by

    Index

    Properties

    Properties

    fill?: IFill
    stroke?: IStroke