tsParticles - v4.1.1
    Preparing search index...

    The gradient options [[include:Options/Particles/Gradient.md]]

    interface IGradient {
        angle?: IGradientAngle;
        colors: IGradientColor[];
        type: GradientType;
    }
    Index

    Properties

    Properties

    The gradient angle

    colors: IGradientColor[]

    The gradient colors

    The gradient type