MCPcopy 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
238void JUTDirectPrint::setCharColor(JUtility::TColor color) {
239 setCharColor(color.r, color.g, color.b);
240}
241
242void JUTDirectPrint::setCharColor(u8 r, u8 g, u8 b)
243{

Callers

nothing calls this directly

Calls 1

TColorClass · 0.85

Tested by

no test coverage detected