SiliconGhetto Engine API
    Preparing search index...

    Interface DrawOpts

    RGBA color options for drawing primitives.

    interface DrawOpts {
        r?: number;
        g?: number;
        b?: number;
        a?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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