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

    The gradient options

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

    Properties

    Properties

    The gradient angle

    colors: IGradientColor[]

    The gradient colors

    The gradient type