MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / PaletteEntry

Method PaletteEntry

src/Abyss/DataTypes/Palette.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9
10PaletteEntry::PaletteEntry(const uint8_t red, const uint8_t green, const uint8_t blue)
11 : red(red), green(green), blue(blue) {
12}
13
14auto PaletteEntry::getRed() const -> uint8_t { return red; }
15

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected