#include <ColorMapObject.h>
Public Methods | |
| ColorMapObject () | |
| virtual | ~ColorMapObject () |
| void | setColor (int r, int g, int b) |
| void | setPosition (int x, int z) |
| int | getRed () |
| int | getGreen () |
| int | getBlue () |
| int | getX () |
| int | getZ () |
Protected Attributes | |
| int | _x |
| int | _z |
| int | _r |
| int | _g |
| int | _b |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.18