colordelegate

class camelot.view.controls.delegates.colordelegate.ColorDelegate(parent=None, editable=True, **kwargs)[source]
../../../../_images/ColorDelegate_unselected_disabled.png ../../../../_images/ColorDelegate_unselected_editable.png ../../../../_images/ColorDelegate_selected_disabled.png ../../../../_images/ColorDelegate_selected_editable.png

By default, creates a ColorEditor as its editor.

Field Attributes Editor
editable=False tooltip=’tooltip’ ../../../../_images/ColorEditor_disabled_tooltip.png
editable=True ../../../../_images/ColorEditor_editable.png
editable=True tooltip=’tooltip’ ../../../../_images/ColorEditor_editable_tooltip.png
editable=False ../../../../_images/ColorEditor_disabled.png
editable=False background_color=ColorScheme.green ../../../../_images/ColorEditor_disabled_background_color.png
editable=True background_color=ColorScheme.green ../../../../_images/ColorEditor_editable_background_color.png

Static attributes supported by this editor :

Dynamic field attributes supported by the editor :

editor

alias of ColorEditor