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

    Light gradient options

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

    Implemented by

    Index

    Properties

    Properties

    start: string | IRangeColor

    The start color of the gradient

    stop: string | IRangeColor

    The stop color of the gradient