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.
Loading...
Searching...
No Matches
termstyle::Col256 Struct Reference

Struct for storing 256-color codes. More...

#include <termstyle.hpp>

Public Member Functions

 Col256 (ColorMode mode, int ID)
 

Public Attributes

ColorMode mode
 
int ID
 

Detailed Description

Struct for storing 256-color codes.

Examples
tests/col256.cpp.

Member Data Documentation

◆ ID

int termstyle::Col256::ID

◆ mode

ColorMode termstyle::Col256::mode

The color mode (foreground or background).

See also
ColorMode

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