BimCT SDK / WebGL2 Viewer
    Preparing search index...

    Interface RGB

    RGB color representation. Each component (r, g, b) is a number between 0 and 1

    interface RGB {
        r: number;
        g: number;
        b: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    r g b

    Properties

    r: number
    g: number
    b: number