Manages RVC::OBJTYPE_ColorPalette objects. More...
#include <rvc/cmap.h>

Classes | |
| class | GETOBJFILTER_ISSELECTABLE |
Public Member Functions | |
| COLORMAP (const RVC::COLORMAP &rhs) | |
| COLORMAP () | |
| virtual | ~COLORMAP () |
| ERRVALUE | GenerateStandardColors () |
| const COLOR_ARRAY & | GetColorMap () const |
| RVC::COLORMAP & | operator= (const RVC::COLORMAP &rhs) |
| ERRVALUE | SetColorMap (const COLOR_ARRAY &ColorMap) |
Manages RVC::OBJTYPE_ColorPalette objects.
RVC Object Types that this class supports: OBJTYPE_ColorPalette.
Default RVC Object Type for this class: OBJTYPE_ColorPalette.
Valid parents for this class:
Read(), Make() and Write() methods inherited from RVCSIMPLE class. View RVCSIMPLE docs for inherited methods
| RVC::COLORMAP::COLORMAP | ( | ) |
| RVC::COLORMAP::COLORMAP | ( | const RVC::COLORMAP & | rhs | ) |
| virtual RVC::COLORMAP::~COLORMAP | ( | ) | [virtual] |
| ERRVALUE RVC::COLORMAP::GenerateStandardColors | ( | ) |
Generate the default 80 standard color colormap Can be used to Make() an object with the 80 std colors.
| const COLOR_ARRAY& RVC::COLORMAP::GetColorMap | ( | ) | const |
Obtain color map from the instance, not useful until Read() method is performed.
| RVC::COLORMAP& RVC::COLORMAP::operator= | ( | const RVC::COLORMAP & | rhs | ) |
Assignment.
Reimplemented from RVC::SIMPLE.
| ERRVALUE RVC::COLORMAP::SetColorMap | ( | const COLOR_ARRAY & | ColorMap | ) |
Set the internal colormap array storage for later writing.
1.6.1