roo_display
API Documentation for roo_display
Loading...
Searching...
No Matches
pixel_order.cpp
Go to the documentation of this file.
2
3namespace roo_display {
4
5namespace {
6
7const char* ToString(ColorPixelOrder order) {
8 switch (order) {
10 return "ColorPixelOrder::kMsbFirst";
12 return "ColorPixelOrder::kLsbFirst";
13 }
14 return "ColorPixelOrder::(unknown)";
15}
16
17} // namespace
18
19roo_logging::Stream& operator<<(roo_logging::Stream& os,
21 return os << ToString(order);
22}
23
24} // namespace roo_display
Defines 140 opaque HTML named colors.
roo_logging::Stream & operator<<(roo_logging::Stream &os, BlendingMode mode)
Definition blending.cpp:54