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

Defines a struct for representing a generic color. More...

#include <ansi.h>

Data Fields

bool isRgbColor
 Boolean flag for determining if the color field is an ansiRgbColor or an ansiStandardColor.
__color color
 Color field.

Detailed Description

Defines a struct for representing a generic color.

Definition at line 77 of file ansi.h.

Field Documentation

◆ color

Color field.

Definition at line 81 of file ansi.h.

◆ isRgbColor

bool isRgbColor

Boolean flag for determining if the color field is an ansiRgbColor or an ansiStandardColor.

Definition at line 79 of file ansi.h.


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