Internal and low level: a class used to read a color map in a Apple Pict. More...
Public Member Functions | |
ColorTable () | |
constructor | |
bool | read (MWAWInputStream &input) |
tries to read a colortable | |
Public Attributes | |
int | m_flags |
the color table flags | |
std::vector< MWAWColor > | m_colors |
the list of colors | |
Friends | |
std::ostream & | operator<< (std::ostream &o, ColorTable const &f) |
operator<< for ColorTable |
Internal and low level: a class used to read a color map in a Apple Pict.
libmwaw_applepict1::ColorTable::ColorTable | ( | ) | [inline] |
constructor
bool libmwaw_applepict1::ColorTable::read | ( | MWAWInputStream & | input | ) | [inline] |
tries to read a colortable
std::ostream& operator<< | ( | std::ostream & | o, |
ColorTable const & | f | ||
) | [friend] |
operator<< for ColorTable
std::vector<MWAWColor> libmwaw_applepict1::ColorTable::m_colors |
the list of colors
Referenced by read().
the color table flags
Referenced by read().