API Reference for Enthought Tool Suite 2.7.1
Trait definition for an RGBA-based color, which is either:
RGBA versions of standard colors
rgba_standard_colors = { }
RGBAColor = RGBAColorTrait
RGBAColorTrait = TraitFactory(RGBAColorFunc)
Converts a value to an Enable or Kiva color.
Returns a trait whose value must be a GUI toolkit-specific RGBA-based color.
For wxPython, the returned trait accepts any of the following values:
For wxPython, (0.0, 0.0, 0.0, 1.0) (that is, opaque white)
| Local name | Refers to |
|---|---|
| SequenceTypes | enthought.traits.trait_base.SequenceTypes |
| standard_colors | enthought.traits.ui.wx.color_trait.standard_colors |
| Trait | enthought.traits.traits.Trait |
| TraitError | enthought.traits.trait_errors.TraitError |
| TraitFactory | enthought.traits.traits.TraitFactory |
Copyright © 2002-2008 Enthought, Inc.