Public Types | |
| using | Type = unsigned char |
| using | Type = unsigned char |
Public Member Functions | |
| std::string | toStr () const |
| std::string | toStr () const |
Static Public Member Functions | |
| static Color | fromStr (std::string const &str) |
| static Color | fromStr (std::string const &str) |
Data Fields | |
| Type | R = 0 |
| Type | G = 0 |
| Type | B = 0 |
| Type | A = 255 |
1.8.13