(p) class PixelPalette : public Array< Pixel >
This class enables program to paint Sprite passing pixels through a modification of colors
Inheritance:
Public Methods
-
PixelPalette() throw()
- Initialised with no color modification
Inherited from Array:
Public Methods
int size() const throw()
T_item& operator[](int k) throw()
const T_item& operator[](int k) const throw()
Array < class T_item > & operator=(const Array< class T_item >& a) throw()
Array < class T_item > & operator=(T_item i) throw()
operator const T_item*() const throw()
Protected Fields
const int s
T_item* p
bool haveToDelete
Documentation
This class enables program to paint Sprite passing pixels through a modification of colors. Use [ ] to modify color and use Anim.setPalette().
PixelPalette() throw()
- Initialised with no color modification
- This class has no child classes.
- Author:
- David FAUTHOUX
- See Also:
- Bonhomme
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de