Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doldecomp/mkdd
/ setCharColor
Method
setCharColor
libs/JSystem/JUtility/JUTDirectPrint.cpp:238–240 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
236
}
237
238
void JUTDirectPrint::setCharColor(JUtility::TColor color) {
239
setCharColor(color.r, color.g, color.b);
240
}
241
242
void JUTDirectPrint::setCharColor(u8 r, u8 g, u8 b)
243
{
Callers
nothing calls this directly
Calls
1
TColor
Class · 0.85
Tested by
no test coverage detected