#include <regex.h>
#include <string>
#include <cairomm/pattern.h>
#include <papyrus/fill.h>
#include <papyrus/stroke.h>
#include <papyrus/paint.h>
Go to the source code of this file.
Classes | |
struct | Papyrus::RGBA |
A structure storing an RGBA value. More... | |
Namespaces | |
namespace | Papyrus |
Typedefs | |
typedef enum Papyrus::COLOR_INDEXES | Papyrus::COLOR_INDEXES |
Enumerations | |
enum | Papyrus::COLOR_INDEXES { Papyrus::RED = 0x00, Papyrus::GREEN = 0x01, Papyrus::BLUE = 0x02, Papyrus::HUE = 0x00, Papyrus::SATURATION = 0x01, Papyrus::BRIGHTNESS = 0x02, Papyrus::LIGHTNESS = 0x02, Papyrus::ALPHA = 0x03 } |