RADLib
RADical C++ application framework
RADUi::PlotColor Struct Reference

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...
 

Detailed Description

RGBA color used by plot renderers.

Member Data Documentation

◆ a

uint8_t RADUi::PlotColor::a = 255

Alpha component.

◆ b

uint8_t RADUi::PlotColor::b = 255

Blue component.

◆ g

uint8_t RADUi::PlotColor::g = 255

Green component.

◆ r

uint8_t RADUi::PlotColor::r = 255

Red component.


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