MCPcopy Create free account
hub / github.com/JACoders/OpenJK / UI_SetColor

Function UI_SetColor

code/ui/ui_atoms.cpp:428–431  ·  view source on GitHub ↗

================= UI_SetColor ================= */

Source from the content-addressed store, hash-verified

426=================
427*/
428void UI_SetColor( const float *rgba )
429{
430 trap_R_SetColor( rgba );
431}
432
433/*int registeredFontCount = 0;
434#define MAX_FONTS 6

Callers 2

_UI_RefreshFunction · 0.70
UI_DrawConnectFunction · 0.70

Calls 1

trap_R_SetColorFunction · 0.70

Tested by

no test coverage detected