bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Type Alias ColorRGBA

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

    Properties

    r g b a

    Properties

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