|
Antiprism 0.23
|
A colour map that remaps index numbers. More...
#include <col_map.h>


Public Member Functions | |
| color_map * | clone () const |
| Get a copy of the map. | |
| virtual col_val | get_col (int idx) const |
| Get the colour value for an index number. | |
A colour map that remaps index numbers.
| color_map* color_map_remap::clone | ( | ) | const [inline, virtual] |
Get a copy of the map.
delete, 0 indicates that the clone failed. Reimplemented from color_map.
| virtual col_val color_map_remap::get_col | ( | int | idx | ) | const [inline, virtual] |
Get the colour value for an index number.
| idx | the index. |
Reimplemented from color_map.
1.7.3