Internal: the state of a PixelPaintParser. More...
Public Member Functions | |
State () | |
constructor More... | |
Public Attributes | |
MWAWVec2i | m_bitmapSize |
the bitmap size(v1) More... | |
std::vector< MWAWColor > | m_colorList |
the color map More... | |
std::shared_ptr< MWAWPict > | m_bitmap |
the bitmap More... | |
Internal: the state of a PixelPaintParser.
|
inline |
constructor
std::shared_ptr<MWAWPict> PixelPaintParserInternal::State::m_bitmap |
the bitmap
MWAWVec2i PixelPaintParserInternal::State::m_bitmapSize |
the bitmap size(v1)
std::vector<MWAWColor> PixelPaintParserInternal::State::m_colorList |
the color map