#include <Display.hpp>
Public Member Functions | |
| Pixel () | |
| Pixel (int rr, int gg, int bb) | |
Public Attributes | |
| int | r |
| int | g |
| int | b |
Definition at line 21 of file Display.hpp.
|
inline |
Definition at line 24 of file Display.hpp.
|
inline |
| int Display::Pixel::b |
Definition at line 23 of file Display.hpp.
| int Display::Pixel::g |
Definition at line 23 of file Display.hpp.
| int Display::Pixel::r |
Definition at line 23 of file Display.hpp.