Inheritance diagram for gradient_painter:

Public Types | |
|
typedef std::pair< COLORREF, COLORREF > | GradientColors |
| typedef const GradientColors & | param0 |
| typedef unsigned | param1 |
Public Member Functions | |
| gradient_painter (const GradientColors &colors, unsigned angle=0) | |
| gradient_painter * | clone () const |
| void | draw (HDC hDC, int cx, int cy) |
| bool | is_opaque (int cx, int cy) const |
| void | gradient_colors (const GradientColors &colors) |
| GradientColors | gradient_colors () const |
| void | angle (unsigned angle) |
| unsigned | angle () const |
Static Public Member Functions | |
| GradientColors | make_gradient_colors (COLORREF crStart, COLORREF crEnd) |
|
|
Returns the angle of the gradient.
|
|
|
Sets the angle of the gradient.
|
|
|
Returns start- and end-color of the gradient.
|
|
|
Sets start- and end-color of the gradient.
|
|
||||||||||||
|
creates a gradient info which can be passed to the c'tor
|
|
by Steven Weiss. You can contact me at steven11@gmx.de. |