|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
Represents an RGB color. More...
#include <UiFactory.hpp>
Public Attributes | |
| uint8_t | r |
| uint8_t | g |
| uint8_t | b |
Represents an RGB color.
Definition at line 34 of file UiFactory.hpp.
| uint8_t rtp::client::graphics::color::b |
Definition at line 37 of file UiFactory.hpp.
Referenced by rtp::client::graphics::UiFactory::createText().
| uint8_t rtp::client::graphics::color::g |
Definition at line 36 of file UiFactory.hpp.
Referenced by rtp::client::graphics::UiFactory::createText().
| uint8_t rtp::client::graphics::color::r |
Definition at line 35 of file UiFactory.hpp.
Referenced by rtp::client::graphics::UiFactory::createText().