Enum TargetMidGray
The target grey value used by the exposure system. Note this is equivalent of changing the calibration constant K on the used virtual reflected light meter.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum TargetMidGray
Fields
Name | Description | Value |
---|---|---|
Grey125 | Mid Grey 12.5% (reflected light meter K set as 12.5) |
0 |
Grey14 | Mid Grey 14.0% (reflected light meter K set as 14.0) |
1 |
Grey18 | Mid Grey 18.0% (reflected light meter K set as 18.0). Note that this value is outside of the suggested K range by the ISO standard. |
2 |