tsParticles - v0.0.0
    Preparing search index...
    interface IBubbleParticleData {
        color?: IHsl;
        div?: HTMLElement;
        finalColor?: IHsl;
        inRange: boolean;
        opacity?: number;
        radius?: number;
    }
    Index

    Properties

    color?: IHsl
    div?: HTMLElement
    finalColor?: IHsl
    inRange: boolean
    opacity?: number
    radius?: number