Package fife :: Module fife :: Class Color
[hide private]
[frames] | no frames]

Class Color

source code

_object --+
          |
         Color

Proxy of C++ gcn::Color class

Instance Methods [hide private]
 
__repr__(self) source code
Color
__init__(self)
__init__(self, int color) -> Color __init__(self, int r, int g, int b, int a = 255) -> Color __init__(self, int r, int g, int b) -> Color
source code
 
__add__(self, *args)
__add__(self, Color color) -> Color
source code
 
__sub__(self, *args)
__sub__(self, Color color) -> Color
source code
 
__mul__(self, *args)
__mul__(self, float value) -> Color
source code
 
__eq__(self, *args)
__eq__(self, Color color) -> bool
source code
 
__ne__(self, *args)
__ne__(self, Color color) -> bool
source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_Color
  __del__ = lambda self: