Click or drag to resize

GH_ColourSpace Enumeration

Enumerates the different colour spaces supported by the GH_ColourPickerBase class.

Namespace:  Grasshopper.GUI.Base
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum GH_ColourSpace
Members
  Member nameValueDescription
None0 Unset value. Do not use. Seriously. Stay away.
RGB1 Colour picker operates in RGB mode.
HSV2 Colour picker operates in HSV mode.
Remarks