struct Color - Acetolyne/portapack-carnage GitHub Wiki

struct Color

uint16_t v; // rrrrrGGGGGGbbbbb { 255, 255, 255 } White

There are also some predefined colors available by using Color::white() syntax

For a full list of colors please see the Defining Colors page.