#include <CDRTypes.h>
Public Member Functions | |
CDRFillStyle () | |
CDRFillStyle (unsigned short ft, CDRColor c1, CDRColor c2, const CDRGradient &gr, const CDRImageFill &img) | |
Public Attributes | |
unsigned short | fillType |
CDRColor | color1 |
CDRColor | color2 |
CDRGradient | gradient |
CDRImageFill | imageFill |
libcdr::CDRFillStyle::CDRFillStyle | ( | ) | [inline] |
libcdr::CDRFillStyle::CDRFillStyle | ( | unsigned short | ft, |
CDRColor | c1, | ||
CDRColor | c2, | ||
const CDRGradient & | gr, | ||
const CDRImageFill & | img | ||
) | [inline] |
unsigned short libcdr::CDRFillStyle::fillType |