|
Bugz Door Project
|
This holds an ANSIColor and text position + length. More...
#include <door.h>

Public Member Functions | |
| ColorOutput () | |
| void | reset (void) |
Public Attributes | |
| ANSIColor | c |
| Color to use for this fragment. | |
| int | pos |
| Starting position of Render.text. | |
| int | len |
| Length. | |
This holds an ANSIColor and text position + length.
This works with Render to create the output. This consists of ANSIColor and text position + length.
| door::ColorOutput::ColorOutput | ( | ) |
Construct a new Color Output:: Color Output object We default to BLACK/BLACK (not really a valid color), pos=0 and len=0.
| void door::ColorOutput::reset | ( | void | ) |
Reset pos and len to 0.
1.8.17