Class ColorPickerDebugSettings
Color Pcker debug settings.
Inherited Members
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
[Serializable]
public class ColorPickerDebugSettings
Fields
colorPickerMode
Color picker mode.
Declaration
public ColorPickerDebugMode colorPickerMode
Field Value
Type | Description |
---|---|
ColorPickerDebugMode |
fontColor
Color of the font used for color picker display.
Declaration
public Color fontColor
Field Value
Type | Description |
---|---|
Color |