|
mf
Media Framework
|
RGB color, 8 bit. More...
#include <color.h>
Public Member Functions | |
| rgb_color ()=default | |
| rgb_color (std::uint8_t nr, std::uint8_t ng, std::uint8_t nb) | |
| rgb_color (const rgb_color &)=default | |
| rgb_color & | operator= (const rgb_color &)=default |
Public Attributes | |
| std::uint8_t | r |
| std::uint8_t | g |
| std::uint8_t | b |
Static Public Attributes | |
| static const rgb_color | black |
| static const rgb_color | white |
RGB color, 8 bit.
|
default |
|
inline |
|
default |
| std::uint8_t mf::rgb_color::b |
|
static |
| std::uint8_t mf::rgb_color::g |
| std::uint8_t mf::rgb_color::r |
|
static |
1.8.6