MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / Mode

Enum Mode

olcPixelGameEngine.h:963–963  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

961 };
962
963 enum Mode { NORMAL, MASK, ALPHA, CUSTOM };
964
965 Pixel();
966 Pixel(uint8_t red, uint8_t green, uint8_t blue, uint8_t alpha = nDefaultAlpha);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected