Home | Trees | Indices | Help |
|
---|
|
Stores color internally as (R,G,B,A) and allows setting and getting in multiple formats
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
|
|
|||
_color = {'red': 0, 'green': 0, 'blue': 0, 'alpha': 255}
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Set red, as int 0..255
|
Set green, as int 0..255
|
Set Blue, as int 0..255
|
Set alpha, as int 0..255.
|
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Nov 12 17:55:00 2010 | http://epydoc.sourceforge.net |