Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | Color4
A 4 component color expressed in red, green, blue and alpha.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
__instance_size__ = 12
|
|
__safe_for_unpickling__ = True
|
Properties | |
BLACK | |
BLUE | |
CYAN | |
GREEN | |
RED | |
WHITE | |
YELLOW | |
alpha | |
blue | |
green | |
red | |
Inherited from |
Method Details |
__eq__( (Color4)arg1, (Color4)arg2) -> object : C++ signature : struct _object * __eq__(class PGL::Color4 {lvalue},class PGL::Color4) |
__getinitargs__( (Color4)arg1) -> tuple : C++ signature : class boost::python::tuple __getinitargs__(class PGL::Color4) |
__init__( (object)arg1, (Color4)arg2) -> None : C++ signature : void __init__(struct _object *,class PGL::Color4) __init__( (object)arg1, (int)red, (int)green, (int)blue, (int)alpha) -> None : Color4(red,green,blue,alpha) C++ signature : void __init__(struct _object *,unsigned char,unsigned char,unsigned char,unsigned char) __init__( (object)arg1 [, (int)arg2]) -> None : C++ signature : void __init__(struct _object * [,unsigned char])
|
__ne__( (Color4)arg1, (Color4)arg2) -> object : C++ signature : struct _object * __ne__(class PGL::Color4 {lvalue},class PGL::Color4) |
helper for pickle
|
__repr__( (Color4)arg1) -> str : C++ signature : class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __repr__(class PGL::Color4 *)
|
__str__( (Color4)arg1) -> str : C++ signature : class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __str__(class PGL::Color4 *)
|
clampedAlpha( (Color4)arg1) -> float : C++ signature : double clampedAlpha(class PGL::Color4 *) |
clampedBlue( (Color4)arg1) -> float : C++ signature : double clampedBlue(class PGL::Color4 *) |
clampedGreen( (Color4)arg1) -> float : C++ signature : double clampedGreen(class PGL::Color4 *) |
clampedRed( (Color4)arg1) -> float : C++ signature : double clampedRed(class PGL::Color4 *) |
setClampedAlpha( (Color4)arg1, (float)arg2) -> None : C++ signature : void setClampedAlpha(class PGL::Color4 *,double) |
setClampedBlue( (Color4)arg1, (float)arg2) -> None : C++ signature : void setClampedBlue(class PGL::Color4 *,double) |
setClampedGreen( (Color4)arg1, (float)arg2) -> None : C++ signature : void setClampedGreen(class PGL::Color4 *,double) |
setClampedRed( (Color4)arg1, (float)arg2) -> None : C++ signature : void setClampedRed(class PGL::Color4 *,double) |
Property Details |
BLACK
|
BLUE
|
CYAN
|
GREEN
|
RED
|
WHITE
|
YELLOW
|
alpha
|
blue
|
green
|
red
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 16 15:52:16 2008 | http://epydoc.sourceforge.net |