MCPcopy Create free account
hub / github.com/assaultcube/AC / colortmu

Function colortmu

source/src/texture.cpp:779–787  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

777}
778
779void colortmu(int n, float r, float g, float b, float a)
780{
781 tmu f = tmus[n];
782 f.color[0] = r;
783 f.color[1] = g;
784 f.color[2] = b;
785 f.color[3] = a;
786 committmu(n, f);
787}
788
789void setuptmu(int n, const char *rgbfunc, const char *alphafunc)
790{

Callers 2

setupmultitexrefractFunction · 0.85
setupmultitexreflectFunction · 0.85

Calls 1

committmuFunction · 0.85

Tested by

no test coverage detected