Ember
Loading...
Searching...
No Matches
EmberForge::AppPreferences::RGBColor Struct Reference

Simple RGB color struct for preferences storage. More...

#include <AppPreferences.h>

Public Member Functions

 RGBColor ()=default
 RGBColor (int red, int green, int blue)

Public Attributes

int r = 200
int g = 200
int b = 200

Detailed Description

Simple RGB color struct for preferences storage.

Definition at line 261 of file AppPreferences.h.

Constructor & Destructor Documentation

◆ RGBColor() [1/2]

EmberForge::AppPreferences::RGBColor::RGBColor ( )
default

◆ RGBColor() [2/2]

EmberForge::AppPreferences::RGBColor::RGBColor ( int red,
int green,
int blue )
inline

Definition at line 267 of file AppPreferences.h.

Member Data Documentation

◆ b

int EmberForge::AppPreferences::RGBColor::b = 200

Definition at line 264 of file AppPreferences.h.

◆ g

int EmberForge::AppPreferences::RGBColor::g = 200

Definition at line 263 of file AppPreferences.h.

◆ r

int EmberForge::AppPreferences::RGBColor::r = 200

Definition at line 262 of file AppPreferences.h.


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