termstyle 1.0.0-pre.3
An open-source C++ header file that enables developers to easily define and apply customizable style presets for terminal outputs such as warnings, infos, and errors.
|
Struct for storing RGB color codes. More...
#include <termstyle.hpp>
Public Member Functions | |
ColRGB (ColorMode mode, int r, int g, int b) | |
Constructs a ColRGB object with the specified color mode and RGB values. | |
Public Attributes | |
ColorMode | mode |
int | r |
int | g |
int | b |
Struct for storing RGB color codes.
|
inlineexplicit |