API Reference for Enthought Tool Suite 3.2.0
Defines a subclass of the base color editor factory, for colors that are represented as tuples of the form ( red, green, blue ), where red, green and blue are floats in the range from 0.0 to 1.0.
Returns an instance of the toolkit-specific editor factory declared in enthought.traits.ui.<toolkit>.rgb_color_editor. If such an editor factory cannot be located, an instance of the abstract ToolkitEditorFactory declared in enthought.traits.ui.editors.rgb_color_editor is returned.
| Local name | Refers to |
|---|---|
| EditorFactory | enthought.traits.ui.editors.color_editor.ToolkitEditorFactory |
| toolkit_object | enthought.traits.ui.toolkit.toolkit_object |
© Copyright 2002-2009 Enthought, Inc.