|
RADLib
RADical C++ application framework
|
One output pixel. More...
#include <RADPlot.h>
Public Attributes | |
| uint8_t | r = 0 |
| Red component. More... | |
| uint8_t | g = 0 |
| Green component. More... | |
| uint8_t | b = 0 |
| Blue component. More... | |
| uint8_t | a = 255 |
| Alpha component. More... | |
One output pixel.
| uint8_t RADUi::PlotPixel::a = 255 |
Alpha component.
| uint8_t RADUi::PlotPixel::b = 0 |
Blue component.
| uint8_t RADUi::PlotPixel::g = 0 |
Green component.
| uint8_t RADUi::PlotPixel::r = 0 |
Red component.