GH_ColourPickerEventArgs
Public Class
Public Property
Public Property
Public Property
Public Property
Arguments passed via GH_SliderBase.ValueChanged events.
Inheritance Hierarchy
System.Object
System.EventArgs
Grasshopper.GUI.Base.GH_ColourPickerEventArgs
Namespace: Grasshopper.GUI.Base
Assembly: Grasshopper (in Grasshopper.dll)
Syntax
public class GH_ColourPickerEventArgs : EventArgs
The GH_ColourPickerEventArgs type exposes the following members.
Properties
Name
Description
Public Property
Colour
Gets the new value of the colour picker. This value is cached, so even if the picker subsequently updates, this property remains constant.
Public Property
ColourPicker
Gets the instance of the picker that raised the event.
Public Property
Intermediate
Gets a value indicating whether the change was an intermediate one.
Public Property
Original
Gets the original value of the colour picker. This value is cached, so even if the picker subsequently updates, this property remains constant.