Class HistogramMonitor
This class holds settings for the Histogram monitor.
Inherited Members
Namespace: UnityEngine.Rendering.PostProcessing
Syntax
[Serializable]
public sealed class HistogramMonitor : Monitor
Fields
channel
The channel to render.
Declaration
public HistogramMonitor.Channel channel
Field Value
Type | Description |
---|---|
HistogramMonitor.Channel |
height
The height of the rendered histogram.
Declaration
public int height
Field Value
Type | Description |
---|---|
Int32 |
width
The width of the rendered histogram.
Declaration
public int width
Field Value
Type | Description |
---|---|
Int32 |