tsParticles - v0.0.0
    Preparing search index...

    RGBA Color [[include:Color.md]]

    interface IRgba {
        a: number;
        b: number;
        g: number;
        r: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    a b g r

    Properties

    a: number

    Color Alpha value

    b: number

    Blue

    g: number

    Green

    r: number

    Red