|
CX Framework
Cross-platform C utility framework
|
#include <constyle.h>
Data Fields | |
| uint32 | fg |
| CON_ColorDefault, CON_Idx(n), or CON_RGB(r,g,b) | |
| uint32 | bg |
| CON_ColorDefault, CON_Idx(n), or CON_RGB(r,g,b) | |
| flags_t | attr |
| Bitwise OR of CON_ATTR_FLAGS. | |
A text style: foreground color, background color, and attribute flags. Passed by value – 12 bytes, no lifetime of its own.
Definition at line 68 of file constyle.h.