Home | Trees | Indices | Help |
|
---|
|
object --+ | Color
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
BLACK = Color(0.0, 0.0, 0.0)
|
|||
WHITE = Color(1.0, 1.0, 1.0)
|
|||
RED = Color(1.0, 0.0, 0.0)
|
|||
GREEN = Color(0.0, 1.0, 0.0)
|
|||
BLUE = Color(0.0, 0.0, 1.0)
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
str(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jun 5 20:44:57 2015 | http://epydoc.sourceforge.net |