|
koutil
|
Functions | |
| consteval color_t | operator""_color (const char *str, std::size_t size) |
| Creates a Color object from a hexadecimal string. | |
| consteval color_bg_t | operator""_bg (const char *str, std::size_t size) |
| Creates a ColorBG object from a hexadecimal string. | |
| consteval color_fg_t | operator""_fg (const char *str, std::size_t size) |
| Creates a ColorFG object from a hexadecimal string. | |
|
consteval |
Creates a ColorBG object from a hexadecimal string.
| str | The hexadecimal string. |
| size | The size of the string. |
|
consteval |
Creates a Color object from a hexadecimal string.
| str | The hexadecimal string. |
| size | The size of the string. |
|
consteval |
Creates a ColorFG object from a hexadecimal string.
| str | The hexadecimal string. |
| size | The size of the string. |