r.Gamma
r.Gamma
#Overview
name: r.Gamma
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Gamma on output
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessTonemap.cpp:51
Scope (from outer to inner):
file
namespace anonymous
Source code excerpt:
TAutoConsoleVariable<float> CVarGamma(
TEXT("r.Gamma"),
1.0f,
TEXT("Gamma on output"),
ECVF_RenderThreadSafe);
TAutoConsoleVariable<int32> CVarFilmGrainSequenceLength(
TEXT("r.FilmGrain.SequenceLength"), 97,