Struct PostProcessingData
Settings used for Post Processing.
Inherited Members
Namespace: UnityEngine.Rendering.Universal
Assembly: Unity.RenderPipelines.Universal.Runtime.dll
Syntax
public struct PostProcessingData
Fields
gradingMode
The ColorGradingMode
to use.
Declaration
public ColorGradingMode gradingMode
Field Value
Type | Description |
---|---|
ColorGradingMode |
See Also
lutSize
The size of the Look Up Table (LUT)
Declaration
public int lutSize
Field Value
Type | Description |
---|---|
int |
supportDataDrivenLensFlare
Returns true if Data Driven Lens Flare are supported by this asset, false otherwise.
Declaration
public bool supportDataDrivenLensFlare
Field Value
Type | Description |
---|---|
bool |
useFastSRGBLinearConversion
True if fast approximation functions are used when converting between the sRGB and Linear color spaces, false otherwise.
Declaration
public bool useFastSRGBLinearConversion
Field Value
Type | Description |
---|---|
bool |