Lightgraph
C++17 light-graph engine API reference
Loading...
Searching...
No Matches
lightgraph::Color Struct Reference

8-bit RGB color. More...

#include <types.hpp>

Public Attributes

uint8_t r = 0
 
uint8_t g = 0
 
uint8_t b = 0
 

Detailed Description

8-bit RGB color.

Definition at line 16 of file types.hpp.

Member Data Documentation

◆ b

uint8_t lightgraph::Color::b = 0

Definition at line 19 of file types.hpp.

◆ g

uint8_t lightgraph::Color::g = 0

Definition at line 18 of file types.hpp.

◆ r

uint8_t lightgraph::Color::r = 0

Definition at line 17 of file types.hpp.


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