tsParticles - v4.4.0
    Preparing search index...

    Light gradient options

    interface ILightGradient {
        start: string | IRangeColor;
        stop: string | IRangeColor;
    }

    Implemented by

    Index
    start: string | IRangeColor

    The start color of the gradient

    stop: string | IRangeColor

    The stop color of the gradient