Enum ColorPickerDebugMode
Color Picker Debug Mode.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum ColorPickerDebugMode : int
Fields
| Name | Description | Value |
|---|---|---|
| Byte | One byte display (0-255). |
|
| Byte4 | Four bytes display (0-255). |
|
| Float | One float display. |
|
| Float4 | Four floats display. |
|
| None | No color picking debug. |