Trees | Indices | Help |
|
---|
|
object --+ | Color
Represent a color as either an integer (colormap index) or a string (color name).
Provides the following properties and methods:
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
str(x)
|
Returns a tuple of (R, G, B) for this color, each ranging from 0 to 255.
|
Returns a tuple of (R, G, B) for this color, each ranging from 0.0 to 1.0.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:48 2015 | http://epydoc.sourceforge.net |