CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
ConStyle Struct Reference

#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.
 

Detailed Description

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.


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