#include "WPG1Parser.h"
#include "WPGPaintInterface.h"
#include <libwpd/WPXStream.h>
#include "WPGColor.h"
#include <map>
#include "WPGBrush.h"
#include "WPGPen.h"
#include <vector>
#include <stdio.h>
Variables | |
static const unsigned char | defaultWPG1PaletteRed [] |
static const unsigned char | defaultWPG1PaletteGreen [] |
static const unsigned char | defaultWPG1PaletteBlue [] |
const unsigned char defaultWPG1PaletteBlue[] [static] |
Referenced by WPG1Parser::resetPalette().
const unsigned char defaultWPG1PaletteGreen[] [static] |
Referenced by WPG1Parser::resetPalette().
const unsigned char defaultWPG1PaletteRed[] [static] |
Referenced by WPG1Parser::resetPalette().