Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
rtp::client::graphics::color Struct Reference

Represents an RGB color. More...

#include <UiFactory.hpp>

Collaboration diagram for rtp::client::graphics::color:

Public Attributes

uint8_t r
 
uint8_t g
 
uint8_t b
 

Detailed Description

Represents an RGB color.

Definition at line 34 of file UiFactory.hpp.

Member Data Documentation

◆ b

uint8_t rtp::client::graphics::color::b

Definition at line 37 of file UiFactory.hpp.

Referenced by rtp::client::graphics::UiFactory::createText().

◆ g

uint8_t rtp::client::graphics::color::g

Definition at line 36 of file UiFactory.hpp.

Referenced by rtp::client::graphics::UiFactory::createText().

◆ r

uint8_t rtp::client::graphics::color::r

Definition at line 35 of file UiFactory.hpp.

Referenced by rtp::client::graphics::UiFactory::createText().


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