26 #ifndef __WPGGRADIENT_H__
27 #define __WPGGRADIENT_H__
34 class WPGGradientPrivate;
50 void setAngle(
double angle);
52 unsigned count()
const;
54 double stopOffset(
unsigned index)
const;
56 WPGColor stopColor(
unsigned index)
const;
60 void addStop(
double offset,
const WPGColor& color);
68 #endif // __WPGGRADIENT_H__
Definition: WPGGradient.h:36
Definition: WPGGradient.cpp:45
Definition: WPGBinaryData.h:34
Definition: WPGColor.h:32