MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / color4

Method color4

libraries/ANSI/ansi.cpp:204–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202
203
204void ANSI::color4(uint8_t base, uint8_t color) {
205 print("\033[");
206 this->color4_code(base, color);
207 print("m");
208}
209
210
211void ANSI::colors4(uint8_t fgcolor, uint8_t bgcolor) {

Callers 2

foregroundMethod · 0.95
backgroundMethod · 0.95

Calls 1

color4_codeMethod · 0.95

Tested by

no test coverage detected