Simple RGB color struct for preferences storage.
More...
#include <AppPreferences.h>
|
| int | r = 200 |
| int | g = 200 |
| int | b = 200 |
Simple RGB color struct for preferences storage.
Definition at line 261 of file AppPreferences.h.
◆ RGBColor() [1/2]
| EmberForge::AppPreferences::RGBColor::RGBColor |
( |
| ) |
|
|
default |
◆ RGBColor() [2/2]
| EmberForge::AppPreferences::RGBColor::RGBColor |
( |
int | red, |
|
|
int | green, |
|
|
int | blue ) |
|
inline |
| int EmberForge::AppPreferences::RGBColor::b = 200 |
| int EmberForge::AppPreferences::RGBColor::g = 200 |
| int EmberForge::AppPreferences::RGBColor::r = 200 |
The documentation for this struct was generated from the following file: