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

Method TestColorStreamable

test/testing.h:986–990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

984class TestColorStreamable {
985 public:
986 TestColorStreamable(int16_t width, int16_t height, const Color* data,
987 ColorMode color_mode = ColorMode())
988 : color_mode_(color_mode),
989 extents_(0, 0, width - 1, height - 1),
990 data_(data) {}
991
992 const Box& extents() const { return extents_; }
993

Callers

nothing calls this directly

Calls 1

ColorModeEnum · 0.85

Tested by

no test coverage detected