|
RADLib
RADical C++ application framework
|
RGBA color used by plot renderers. More...
#include <RADPlot.h>
Public Attributes | |
| uint8_t | r = 255 |
| Red component. More... | |
| uint8_t | g = 255 |
| Green component. More... | |
| uint8_t | b = 255 |
| Blue component. More... | |
| uint8_t | a = 255 |
| Alpha component. More... | |
RGBA color used by plot renderers.
| uint8_t RADUi::PlotColor::a = 255 |
Alpha component.
| uint8_t RADUi::PlotColor::b = 255 |
Blue component.
| uint8_t RADUi::PlotColor::g = 255 |
Green component.
| uint8_t RADUi::PlotColor::r = 255 |
Red component.