Survival Royale 1.0.0
A very simple yet funny card game.
Loading...
Searching...
No Matches
rgb Struct Reference

Defines a basic structure for RGB colors. More...

#include <ansi.h>

Data Fields

uint8_t r
 Red component field.
uint8_t g
 Green component field.
uint8_t b
 Blue component field.

Detailed Description

Defines a basic structure for RGB colors.

Definition at line 43 of file ansi.h.

Field Documentation

◆ b

uint8_t b

Blue component field.

Definition at line 49 of file ansi.h.

◆ g

uint8_t g

Green component field.

Definition at line 47 of file ansi.h.

◆ r

uint8_t r

Red component field.

Definition at line 45 of file ansi.h.


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