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
RGB Colors

Classes

struct  termstyle::ColRGB
 Struct for storing RGB color codes. More...
 

Functions

std::string termstyle::colrgb_2string (const ColRGB &col) noexcept
 

Detailed Description

Content related to RGB Colors.

Function Documentation

◆ colrgb_2string()

std::string termstyle::colrgb_2string ( const ColRGB & col)
noexcept

Converts a ColRGB object to a string representation.

Parameters
colThe ColRGB object to convert.
Returns
The string representation of the ColRGB object.