DDNet - v0.8.1
    Preparing search index...

    Type Alias RGBA_Color

    Represents an RGBA color.

    type RGBA_Color = {
        a: number;
        b: number;
        g: number;
        r: number;
    }
    Index

    Properties

    a b g r

    Properties

    a: number
    b: number
    g: number
    r: number