Dialogs.OnColorChangedEvent Delegate

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
)
Public Delegate Sub OnColorChangedEvent ( 
	color As Color4f
)

Parameters

color
Type: Rhino.DisplayColor4f
Version Information

Rhino for Windows

Supported in: 6.8
See Also