|
roo_display
API Documentation for roo_display
|
RGB565 with a reserved value representing transparency. More...
#include <color_modes.h>
Public Member Functions | |
| constexpr | Rgb565WithTransparency (uint16_t transparent_background_rgb565) |
| constexpr Color | toArgbColor (uint16_t in) const |
| constexpr uint16_t | fromArgbColor (Color color) const |
| constexpr TransparencyMode | transparency () const |
| uint16_t | raw_transparency_color () const |
Static Public Attributes | |
| static const int8_t | bits_per_pixel = 16 |
RGB565 with a reserved value representing transparency.
Definition at line 225 of file color_modes.h.
|
inlineconstexpr |
Definition at line 229 of file color_modes.h.
|
inlineconstexpr |
Definition at line 244 of file color_modes.h.
References color, roo_display::internal::Resolve565Transparency(), roo_display::internal::TruncTo5bit(), and roo_display::internal::TruncTo6bit().
|
inline |
Definition at line 257 of file color_modes.h.
Referenced by roo_display::RawFullByteBlender< Rgb565WithTransparency, BlendingMode::kSourceOver, byte_order >::operator()().
|
inlineconstexpr |
Definition at line 232 of file color_modes.h.
|
inlineconstexpr |
Definition at line 253 of file color_modes.h.
References roo_display::kCrude.
Definition at line 227 of file color_modes.h.