| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
Color
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Class Variables | |
__instance_size__ = 12
|
|
__safe_for_unpickling__ = True
|
|
| Properties | |
| a | |
| b | |
| g | |
| r | |
|
Inherited from |
|
| Method Details |
__eq__( (Color)arg1, (Color)arg2) -> object :
C++ signature :
_object* __eq__(mapnik::color {lvalue},mapnik::color)
|
__getinitargs__( (Color)arg1) -> tuple :
C++ signature :
boost::python::tuple __getinitargs__(mapnik::color)
|
__init__( (object)arg1, (int)arg2, (int)arg3, (int)arg4 [, (int)arg5]) -> None :
C++ signature :
void __init__(_object*,int,int,int [,int])
__init__( (object)arg1, (str)arg2) -> None :
C++ signature :
void __init__(_object*,std::string)
|
helper for pickle
|
__str__( (Color)arg1) -> str :
C++ signature :
std::string __str__(mapnik::color {lvalue})
|
to_hex_string( (Color)arg1) -> str :
C++ signature :
std::string to_hex_string(mapnik::color {lvalue})
|
| Property Details |
a
|
b
|
g
|
r
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jul 8 15:33:03 2009 | http://epydoc.sourceforge.net |