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

Method createRawStream

test/offscreen_test.cpp:268–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266 }
267
268 std::unique_ptr<ColorStream<TrivialColorReader>> createRawStream() const {
269 return std::unique_ptr<ColorStream<TrivialColorReader>>(
270 new ColorStream<TrivialColorReader>(extents_, colors_, extents_,
271 color_mode_));
272 }
273
274 Box extents() const override { return extents_; }
275

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected