![]() |
Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
|
Public Attributes | |
| optional uint32 | r = 1 |
| optional uint32 | g = 2 |
| optional uint32 | b = 3 |
| optional uint32 | a = 4 |
Container for a 4 component color code
| optional uint32 color::a = 4 |
the opacity component of the color, limited to 256 values
| optional uint32 color::b = 3 |
the blue component of the color, limited to 256 values
| optional uint32 color::g = 2 |
the green component of the color, limited to 256 values
| optional uint32 color::r = 1 |
the red component of the color, limited to 256 values