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