MCPcopy Create free account
hub / github.com/dejwk/roo_display / TrivialColorReader

Method TrivialColorReader

test/offscreen_test.cpp:153–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 public:
152 template <typename ColorMode>
153 TrivialColorReader(const Color* colors, Box extents, ColorMode mode)
154 : colors_(colors), extents_(extents) {}
155
156 Color get(int16_t x, int16_t y) const {
157 uint32_t offset =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected