MCPcopy Create free account
hub / github.com/doldecomp/mkdd / setGradColor

Method setGradColor

libs/JSystem/JUtility/JUTFont.cpp:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24void JUTFont::setGradColor(JUtility::TColor color, JUtility::TColor color2)
25{
26 mColor1 = color;
27 mColor2 = color;
28 mColor3 = color2;
29 mColor4 = color2;
30}
31
32f32 JUTFont::drawString_size_scale(f32 w, f32 x, f32 y, f32 z, const char *str, u32 usz, bool flag)
33{

Callers 3

drawMethod · 0.45
parseMethod · 0.45
doEscapeCodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected