Home | History | Annotate | Download | only in Magick++

Lines Matching refs:Color

13 #include "Magick++/Color.h"
28 // Color that thumbnails are composed on
29 void backgroundColor(const Color &backgroundColor_);
30 Color backgroundColor(void) const;
40 // Fill color
41 void fillColor(const Color &fill_);
42 Color fillColor(void) const;
68 // Outline color
69 void strokeColor(const Color &stroke_);
70 Color strokeColor(void) const;
84 // Transparent color
85 void transparentColor(const Color &transparentColor_);
86 Color transparentColor(void) const;
97 Color _backgroundColor;
99 Color _fill;
106 Color _stroke;
110 Color _transparentColor;
123 // Frame foreground color
124 void alphaColor(const Color &alphaColor_);
125 Color alphaColor(void) const;
127 // Frame border color
128 void borderColor(const Color &borderColor_);
129 Color borderColor(void) const;
148 Color _alphaColor;
149 Color _borderColor;