diff options
| author | Derek Foreman <manmower@gmail.com> | 2003-01-25 03:40:13 +0000 |
|---|---|---|
| committer | Derek Foreman <manmower@gmail.com> | 2003-01-25 03:40:13 +0000 |
| commit | edcbed448ef2d341edbca47e938b4e86673a99a0 (patch) | |
| tree | 72637277333e487914fbaa91ee1707cecfd8c352 /otk/truerendercontrol.hh | |
| parent | 3682df8ed27e96067a171b71cbf58d5a00ca813b (diff) | |
Added diagonal and crossdiagonal gradients
Diffstat (limited to 'otk/truerendercontrol.hh')
| -rw-r--r-- | otk/truerendercontrol.hh | 6 |
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; }; } |
