tsParticles - v0.0.0
    Preparing search index...
    interface IGradient {
        angle?: IGradientAngle;
        colors: IGradientColor[];
        type: GradientType;
    }
    Index

    Properties

    Properties

    colors: IGradientColor[]