Deki 1.3.0
Modular C++ 2D engine for embedded displays and desktop
Loading...
Searching...
No Matches
Color.h File Reference

Classes

class  Deki::Color
 RGBA colour with packed-format conversions (RGB565, RGBA8888). More...

Namespaces

namespace  Deki

Macros

#define DEKI_COL32(R, G, B, A)

Macro Definition Documentation

◆ DEKI_COL32

#define DEKI_COL32 ( R,
G,
B,
A )
Value:
(((uint32_t)(A) << 24) | ((uint32_t)(B) << 16) | ((uint32_t)(G) << 8) | ((uint32_t)(R)))