Sista v3.0.0-alpha.1
Sista is a C++ lightweight OS-agnostic library for terminal animations and videogames
|
Represents an RGB color with red, green, and blue components. More...
#include <api.h>
Public Attributes | |
unsigned char | red |
unsigned char | green |
unsigned char | blue |
Represents an RGB color with red, green, and blue components.
This struct is used to define colors in terms of their red, green, and blue components, each ranging from 0 to 255. It can be used to set custom colors for terminal text and backgrounds using ANSI escape codes.
unsigned char sista_RGBColor::blue |
Green component (0-255)
unsigned char sista_RGBColor::green |
Red component (0-255)
unsigned char sista_RGBColor::red |