Sound Byte Libs 29c5ff3
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
Loading...
Searching...
No Matches
Public Attributes | List of all members
sbl::components::display::Rgb Struct Reference

Simple 8-bit RGB color triple. Aggregate — constexpr constructible. More...

#include <color.hpp>

Collaboration diagram for sbl::components::display::Rgb:

Public Attributes

uint8_t r
 
uint8_t g
 
uint8_t b
 

Detailed Description

Simple 8-bit RGB color triple. Aggregate — constexpr constructible.

Definition at line 32 of file color.hpp.

Member Data Documentation

◆ b

uint8_t sbl::components::display::Rgb::b

◆ g

uint8_t sbl::components::display::Rgb::g

◆ r

uint8_t sbl::components::display::Rgb::r

The documentation for this struct was generated from the following file: