Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dhewm/dhewm3
/ SetColor4
Method
SetColor4
neo/renderer/RenderSystem.cpp:310–312 ·
view source on GitHub ↗
============= SetColor4 ============= */
Source
from the content-addressed store, hash-verified
308
=============
309
*/
310
void idRenderSystemLocal::SetColor4( float r, float g, float b, float a ) {
311
guiModel->SetColor( r, g, b, a );
312
}
313
314
/*
315
=============
Callers
15
SingleView
Method · 0.80
DoubleVision
Method · 0.80
BerserkVision
Method · 0.80
ScreenFade
Method · 0.80
InfluenceVision
Method · 0.80
RenderPlayerView
Method · 0.80
DrawWipeModel
Method · 0.80
DrawCmdGraph
Method · 0.80
Draw
Method · 0.80
DrawInput
Method · 0.80
SingleView
Method · 0.80
ScreenFade
Method · 0.80
Calls
1
SetColor
Method · 0.45
Tested by
no test coverage detected