Enum ColorPickerDebugMode
Color Picker Debug Mode.
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
[GenerateHLSL(PackingRules.Exact, true, false, false, 1, false, false, false, -1, "/Users/robje/Library/Application Support/Unity/Editor/documentation/build/com.unity.render-pipelines.high-definition@16.0/Library/PackageCache/com.unity.render-pipelines.high-definition@16.0.6/Runtime/Debug/ColorPickerDebug.cs")]
public enum ColorPickerDebugMode
Fields
Name | Description |
---|---|
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. |