#include <ColorTableMod.h>
Inheritance diagram for ColorTableMod:


Public Member Functions | |
| ColorTableMod (const ColorTableModInterfaces &interfaces) | |
| Constructor. | |
| virtual void | setup ()=0 |
| This function loads the colortable from storage and instantiates it. | |
| virtual | ~ColorTableMod () |
| Destructor. | |
Definition at line 37 of file ColorTableMod.h.
|
|
Constructor.
Definition at line 41 of file ColorTableMod.h. |
|
|
Destructor.
Definition at line 49 of file ColorTableMod.h. |
|
|
This function loads the colortable from storage and instantiates it.
Implemented in ColorTable32KMod, and ColorTable64Mod. |
1.3.6