| 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 = |
nothing calls this directly
no outgoing calls
no test coverage detected