Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
204
void ANSI::color4(uint8_t base, uint8_t color) {
205
print(
"\033["
);
206
this->color4_code(base, color);
207
print(
"m"
);
208
}
209
210
211
void ANSI::colors4(uint8_t fgcolor, uint8_t bgcolor) {
Callers
2
foreground
Method · 0.95
background
Method · 0.95
Calls
1
color4_code
Method · 0.95
Tested by
no test coverage detected