env_ambient_light
Jump to navigation
Jump to search
Code classes:
CEnvAmbientLight
CSpatialEntity
CBaseEntity
(all ents)
env_ambient_light
is a point entity present in all games since Alien Swarm. This entity adds color to darker areas of the screen while not affecting bright areas as much.
Keyvalues[edit | edit source]
- Color (R G B)
(color)
<color255>
- Color to apply. This color is applied additively, so 0 0 0 will do nothing. To make the view artificially darker, see
env_fade
.
Inputs[edit | edit source]
- SetColor
<color255>
- Sets Color.