|
Sound Byte Libs 29c5ff3
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
|
Simple 8-bit RGB color triple. Aggregate — constexpr constructible. More...
#include <color.hpp>
Public Attributes | |
| uint8_t | r |
| uint8_t | g |
| uint8_t | b |
Simple 8-bit RGB color triple. Aggregate — constexpr constructible.
| uint8_t sbl::components::display::Rgb::b |
Definition at line 35 of file color.hpp.
Referenced by sbl::components::display::gamma_correct(), sbl::components::display::rgb_lerp(), and sbl::components::display::rgb_scale().
| uint8_t sbl::components::display::Rgb::g |
Definition at line 34 of file color.hpp.
Referenced by sbl::components::display::gamma_correct(), sbl::components::display::rgb_lerp(), and sbl::components::display::rgb_scale().
| uint8_t sbl::components::display::Rgb::r |
Definition at line 33 of file color.hpp.
Referenced by sbl::components::display::gamma_correct(), sbl::components::display::rgb_lerp(), and sbl::components::display::rgb_scale().