Enum HistogramMonitor.Channel
Displayable channels.
Namespace: UnityEngine.Rendering.PostProcessing
Syntax
public enum Channel : int
Fields
| Name | Description | Value |
|---|---|---|
| Red | The red channel. |
0 |
| Green | The green channel. |
1 |
| Blue | The blue channel. |
2 |
| Master | The master (luminance) channel. |
3 |