X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Ftruerendercontrol.hh;h=64559d12e8e00d3c6f0382a86be9ab33f71c44bd;hb=530da070ff488f455697ac64e65422bd2a06afe0;hp=7da6f8be3671b708d26be19bcd533ae67d3f3edf;hpb=d4e4e25e2841d3aefc5dc13bab551d77b63590ea;p=chaz%2Fopenbox 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; }; }