MCPcopy Create free account
hub / github.com/devkitPro/3ds-hbmenu / drawingWithColor

Function drawingWithColor

source/drawing.c:175–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175void drawingWithColor(u32 color)
176{
177 C3D_TexEnv* env = C3D_GetTexEnv(0);
178 C3D_TexEnvSrc(env, C3D_Both, GPU_CONSTANT, 0, 0);
179 C3D_TexEnvFunc(env, C3D_Both, GPU_REPLACE);
180 C3D_TexEnvColor(env, color);
181}
182
183void drawingWithTex(C3D_Tex* tex, u32 color)
184{

Callers 10

networkDrawBotFunction · 0.85
drawingFadeFunction · 0.85
drawingBottomScreenFunction · 0.85
errorDrawBotFunction · 0.85
rebootDrawBotFunction · 0.85
menuDrawTopFunction · 0.85
menuDrawBotFunction · 0.85
backgroundDrawTopFunction · 0.85
backgroundDrawBotFunction · 0.85
titleSelectDrawBotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected