Skip to content

GH_ColourSpace

Public Enum

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 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.


Remarks