Enum ColorPicker.SliderMode
The type of channels sliders to display in the ColorPicker.
Namespace: Unity.AppUI.UI
Assembly: solution.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.  |