MCPcopy Create free account
hub / github.com/codestation/qcma / Color8888

Class Color8888

common/dds.cpp:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50#define CUBE_LAYOUT HORIZONTAL
51
52struct Color8888 {
53 uchar r, g, b, a;
54};
55
56union Color565 {
57 struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected