Dialogs.ShowColorDialog Method

DialogsShowColorDialog Method

Overload List
  NameDescription
Public methodStatic memberCode exampleShowColorDialog(Color)
Display Rhino's color selection dialog.
Public methodStatic memberShowColorDialog(Color4f, Boolean)
Displays the standard modal color picker dialog for floating point colors.
Public methodStatic memberShowColorDialog(Color, Boolean, String)
Display Rhino's color selection dialog.
Public methodStatic memberShowColorDialog(Object, Color4f, Boolean)
Displays the standard modal color picker dialog for floating point colors.
Public methodStatic memberShowColorDialog(IWin32Window, Color4f, Boolean) Obsolete.
Displays the standard modal color picker dialog for floating point colors.
Public methodStatic memberShowColorDialog(Object, Color4f, Boolean, DialogsOnColorChangedEvent)
Displays the standard modal color picker dialog for floating point colors.
Top
See Also