Enum ColorPickerDebugMode
Color Picker Debug Mode.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
[GenerateHLSL(PackingRules.Exact, true, false, false, 1, false, false, false, -1, "C:\\temp\\com.unity.render-pipelines.high-definition@13.0\\Packages\\com.unity.render-pipelines.high-definition\\Runtime\\Debug\\ColorPickerDebug.cs")]
public enum ColorPickerDebugMode
Fields
Name | Description | Value |
---|---|---|
None | No color picking debug. |
0 |
Byte | One byte display (0-255). |
1 |
Byte4 | Four bytes display (0-255). |
2 |
Float | One float display. |
3 |
Float4 | Four floats display. |
4 |