From 296dacb0237503216b4f2b62081bd8eafa7e5628 Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Wed, 19 Feb 2003 03:55:51 +0000 Subject: Added the much sought after horizontal gradient --- otk/rendercontrol.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'otk/rendercontrol.hh') 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, -- cgit v1.2.3