Hilo3d API - v2.0.0
    Preparing search index...

    Interface RenderTargetColor

    Backend-neutral linear color used by render-pass attachment operations.

    interface RenderTargetColor {
        a: number;
        b: number;
        g: number;
        r: number;
    }
    Index
    a b g r
    a: number
    b: number
    g: number
    r: number