Internal: a bitmap of a BeagleWksBMParser. More...
Public Member Functions | |
| Bitmap () | |
| the constructor | |
Public Attributes | |
| int | m_colorBytes |
| the number of color bytes (1: means black/white, 8: means color) | |
| MWAWVec2i | m_dim |
| the bitmap dimension | |
| std::vector< MWAWColor > | m_colorList |
| the color list | |
Internal: a bitmap of a BeagleWksBMParser.
| BeagleWksBMParserInternal::Bitmap::Bitmap | ( | ) | [inline] |
the constructor
the number of color bytes (1: means black/white, 8: means color)
Referenced by BeagleWksBMParser::readBitmap(), and BeagleWksBMParser::readPrefColorMap().
| std::vector<MWAWColor> BeagleWksBMParserInternal::Bitmap::m_colorList |
the color list
Referenced by BeagleWksBMParser::readBitmap(), and BeagleWksBMParser::readColorMap().
the bitmap dimension
Referenced by BeagleWksBMParser::readBitmap(), and BeagleWksBMParser::readPrefColorMap().