SoPlex Documentation
Loading...
Searching...
No Matches

#include <color.h>

Public Member Functions

FMT_CONSTEXPR rgb ()
 
FMT_CONSTEXPR rgb (uint8_t r_, uint8_t g_, uint8_t b_)
 
FMT_CONSTEXPR rgb (uint32_t hex)
 
FMT_CONSTEXPR rgb (color hex)
 

Public Attributes

uint8_t r
 
uint8_t g
 
uint8_t b
 

Detailed Description

Definition at line 187 of file color.h.

Constructor & Destructor Documentation

◆ rgb() [1/4]

Definition at line 188 of file color.h.

◆ rgb() [2/4]

FMT_CONSTEXPR rgb ( uint8_t r_,
uint8_t g_,
uint8_t b_ )

Definition at line 189 of file color.h.

◆ rgb() [3/4]

FMT_CONSTEXPR rgb ( uint32_t hex)

Definition at line 190 of file color.h.

◆ rgb() [4/4]

Definition at line 192 of file color.h.

Member Data Documentation

◆ b

uint8_t b

Definition at line 198 of file color.h.

◆ g

uint8_t g

Definition at line 197 of file color.h.

◆ r

uint8_t r

Definition at line 196 of file color.h.