GH_ColourPickerEventArgsColour Property |
Gets the new value of the colour picker. This value is cached, so even if the
picker subsequently updates, this property remains constant.
Namespace:
Grasshopper.GUI.Base
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public Color Colour { get; }
Public ReadOnly Property Colour As Color
Get
Property Value
Type:
Color[Missing <value> documentation for "P:Grasshopper.GUI.Base.GH_ColourPickerEventArgs.Colour"]
See Also