Enum ColorPicker.SliderMode
The type of channels sliders to display in the ColorPicker.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public enum ColorPicker.SliderMode
Fields
Name | Description |
---|---|
HSV | Display the HSV sliders as floats. |
RGB01 | Display the RGB sliders as floats. |
RGB255 | Display the RGB sliders as integers. |