Click or drag to resize

DialogsOnColorChangedEvent Delegate

May be optionally passed to ShowColorDialog and will get called when the color value changes in the color dialog.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public delegate void OnColorChangedEvent(
	Color4f color
)

Parameters

color
Type: Rhino.DisplayColor4f
See Also