Click or drag to resize

GH_ColourPickerBaseOnColorChanged Method

Raise the ColorChanged event.

Namespace:  Grasshopper.GUI.Base
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void OnColorChanged(
	bool intermediate
)

Parameters

intermediate
Type: SystemBoolean
Set the intermediate state of the event arguments.
See Also