summaryrefslogtreecommitdiff
path: root/otk/truerendercontrol.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/truerendercontrol.hh')
-rw-r--r--otk/truerendercontrol.hh6
1 files changed, 6 insertions, 0 deletions
diff --git a/otk/truerendercontrol.hh b/otk/truerendercontrol.hh
index 7da6f8be..64559d12 100644
--- a/otk/truerendercontrol.hh
+++ b/otk/truerendercontrol.hh
@@ -51,6 +51,12 @@ public:
inline void highlight(pixel32 *x, pixel32 *y, bool raised) const;
void reduceDepth(XImage *im, pixel32 *data) const;
+ void verticalGradient(Surface &sf, const RenderTexture &texture,
+ pixel32 *data) const;
+ void diagonalGradient(Surface &sf, const RenderTexture &texture,
+ pixel32 *data) const;
+ void crossDiagonalGradient(Surface &sf, const RenderTexture &texture,
+ pixel32 *data) const;
};
}