Enum ColorPicker.SliderMode
The type of channels sliders to display in the ColorPicker.
Namespace: UnityEngine.Dt.App.UI
Syntax
public enum SliderMode
Fields
Name | Description | Value |
---|---|---|
RGB255 | Display the RGB sliders as integers. |
0 |
RGB01 | Display the RGB sliders as floats. |
1 |
HSV | Display the HSV sliders as floats. |
2 |