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

Class Color

source code

_object --+
          |
         Color

Proxy of C++ FIFE::Color class

Instance Methods [hide private]
 
__repr__(self)
repr(x)
source code
 
__init__(self, r=0, g=0, b=0, alpha=255)
__init__(FIFE::Color self, uint8_t r=0, uint8_t g=0, uint8_t b=0, uint8_t alpha=255) -> Color __init__(FIFE::Color self, uint8_t r=0, uint8_t g=0, uint8_t b=0) -> Color __init__(FIFE::Color self, uint8_t r=0, uint8_t g=0) -> Color __init__(FIFE::Color self, uint8_t r=0) -> Color __init__(FIFE::Color self) -> Color
source code
 
set(self, *args)
set(Color self, uint8_t r, uint8_t g, uint8_t b, uint8_t alpha)
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: