MCPcopy Create free account
hub / github.com/DFHack/dfhack / color

Function color

library/include/ColorText.h:128–128  ·  view source on GitHub ↗

Get color

Source from the content-addressed store, hash-verified

126
127 /// Get color
128 color_value color() { return cur_color; }
129 /// Set color (ANSI color number)
130 void color(color_value c);
131 /// Reset color to default

Callers 5

reset_colorMethod · 0.50
ostream_proxy_prefixMethod · 0.50
print_textMethod · 0.50
print_textMethod · 0.50
reset_colorMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected