MCPcopy 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*/
310void idRenderSystemLocal::SetColor4( float r, float g, float b, float a ) {
311 guiModel->SetColor( r, g, b, a );
312}
313
314/*
315=============

Callers 15

SingleViewMethod · 0.80
DoubleVisionMethod · 0.80
BerserkVisionMethod · 0.80
ScreenFadeMethod · 0.80
InfluenceVisionMethod · 0.80
RenderPlayerViewMethod · 0.80
DrawWipeModelMethod · 0.80
DrawCmdGraphMethod · 0.80
DrawMethod · 0.80
DrawInputMethod · 0.80
SingleViewMethod · 0.80
ScreenFadeMethod · 0.80

Calls 1

SetColorMethod · 0.45

Tested by

no test coverage detected