@esengine/nova-ecs-render-core - v1.0.1
    Preparing search index...

    Interface Color

    Color representation with RGBA components RGBA颜色表示

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

    Properties

    a b g r

    Properties

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