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

    The gradient color options

    interface IGradientColor {
        opacity?: number | IGradientColorOpacity;
        stop: number;
        value: IRangeColor;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    opacity?: number | IGradientColorOpacity

    The gradient color opacity

    stop: number

    The gradient color stop

    The gradient color value