RGBA

struct RGBA {
ubyte r;
ubyte g;
ubyte b;
ubyte a;
}

Meta