diff options
| author | Derek Foreman <manmower@gmail.com> | 2003-02-19 03:55:51 +0000 |
|---|---|---|
| committer | Derek Foreman <manmower@gmail.com> | 2003-02-19 03:55:51 +0000 |
| commit | 296dacb0237503216b4f2b62081bd8eafa7e5628 (patch) | |
| tree | b501284e40ba03a368f391fae0db335ab89bdbbb /otk/rendercontrol.hh | |
| parent | 2ffeaf1ecdcfc47281de6e5b9d9ce3262e7cf6c8 (diff) | |
Added the much sought after horizontal gradient
Diffstat (limited to 'otk/rendercontrol.hh')
| -rw-r--r-- | otk/rendercontrol.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/otk/rendercontrol.hh b/otk/rendercontrol.hh index fa07cf51..9e140db0 100644 --- a/otk/rendercontrol.hh +++ b/otk/rendercontrol.hh @@ -28,6 +28,7 @@ protected: inline void highlight(pixel32 *x, pixel32 *y, bool raised) const; void verticalGradient(Surface &sf, const RenderTexture &texture) const; + void horizontalGradient(Surface &sf, const RenderTexture &texture) const; void diagonalGradient(Surface &sf, const RenderTexture &texture) const; void crossDiagonalGradient(Surface &sf, const RenderTexture &texture) const; virtual void drawGradientBackground(Surface &sf, |
