Grasshopper API
GH_ColourSpace Enumeration |
Enumerates the different colour spaces supported by the GH_ColourPickerBase class.
Namespace: Grasshopper.GUI.Base
Assembly: Grasshopper (in Grasshopper.dll)


Member name | Value | Description | |
---|---|---|---|
None | 0 | Unset value. Do not use. Seriously. Stay away. | |
RGB | 1 | Colour picker operates in RGB mode. | |
HSV | 2 | Colour picker operates in HSV mode. |

