traitsui.color_column module
Table column object for RGBColor traits.
-
class traitsui.color_column.ColorColumn[source]
Bases: ObjectColumn
Table column object for RGBColor traits.
-
get_cell_color(object)[source]
Returns the cell background color for the column for a specified
object.
-
get_value(object)[source]
Gets the value of the column for a specified object.
-
style = "readonly"
For display by default.