summaryrefslogtreecommitdiff
path: root/otk/rendercontrol.hh
diff options
context:
space:
mode:
authorDerek Foreman <manmower@gmail.com>2003-02-19 03:55:51 +0000
committerDerek Foreman <manmower@gmail.com>2003-02-19 03:55:51 +0000
commit296dacb0237503216b4f2b62081bd8eafa7e5628 (patch)
treeb501284e40ba03a368f391fae0db335ab89bdbbb /otk/rendercontrol.hh
parent2ffeaf1ecdcfc47281de6e5b9d9ce3262e7cf6c8 (diff)
Added the much sought after horizontal gradient
Diffstat (limited to 'otk/rendercontrol.hh')
-rw-r--r--otk/rendercontrol.hh1
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,