|
roo_display
API Documentation for roo_display
|
#include <color_modes.h>
Public Member Functions | |
| constexpr | Monochrome (Color fg, Color bg=Color(0x00000000)) |
| constexpr Color | toArgbColor (uint8_t in) const |
| constexpr uint8_t | fromArgbColor (Color color) const |
| constexpr Color | fg () const |
| void | setFg (Color fg) |
| constexpr Color | bg () const |
| void | setBg (Color bg) |
| constexpr TransparencyMode | transparency () const |
| constexpr bool | hasTransparency () const |
Static Public Attributes | |
| static const int8_t | bits_per_pixel = 1 |
Definition at line 509 of file color_modes.h.
|
inlineconstexpr |
Definition at line 511 of file color_modes.h.
Definition at line 527 of file color_modes.h.
Referenced by hasTransparency(), setBg(), and transparency().
Definition at line 524 of file color_modes.h.
Referenced by hasTransparency(), roo_display::RawSubByteBlender< Monochrome, BlendingMode::kSourceOver >::operator()(), setFg(), and transparency().
Definition at line 520 of file color_modes.h.
References color.
Referenced by roo_display::RawSubByteBlender< Monochrome, BlendingMode::kSourceOver >::operator()().
Definition at line 540 of file color_modes.h.
Definition at line 528 of file color_modes.h.
References bg().
Definition at line 525 of file color_modes.h.
References fg().
Definition at line 516 of file color_modes.h.
|
inlineconstexpr |
Definition at line 530 of file color_modes.h.
References bg(), fg(), roo_display::kCrude, roo_display::kFull, and roo_display::kNone.
Definition at line 514 of file color_modes.h.