#include <ZMFTypes.h>
Public Member Functions | |
| Color () | |
| Color (uint8_t r, uint8_t g, uint8_t b) | |
| librevenge::RVNGString | toString () const |
Public Attributes | |
| uint8_t | red |
| uint8_t | green |
| uint8_t | blue |
| libzmf::Color::Color | ( | ) | [inline] |
| libzmf::Color::Color | ( | uint8_t | r, |
| uint8_t | g, | ||
| uint8_t | b | ||
| ) | [inline] |
| librevenge::RVNGString libzmf::Color::toString | ( | ) | const |
| uint8_t libzmf::Color::blue |
Referenced by libzmf::ZMF4Parser::readColor(), and libzmf::BMIParser::readColorBitmap().
| uint8_t libzmf::Color::green |
Referenced by libzmf::ZMF4Parser::readColor(), and libzmf::BMIParser::readColorBitmap().
| uint8_t libzmf::Color::red |