Enum ColorPickerDebugMode
Color Picker Debug Mode.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
[GenerateHLSL(PackingRules.Exact, true, false, false, 1, false, false, false, -1)]
public enum ColorPickerDebugMode
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. |