diff options
Diffstat (limited to 'otk/truerendercontrol.hh')
| -rw-r--r-- | otk/truerendercontrol.hh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/otk/truerendercontrol.hh b/otk/truerendercontrol.hh index af057be8..dfa0aa34 100644 --- a/otk/truerendercontrol.hh +++ b/otk/truerendercontrol.hh @@ -13,6 +13,13 @@ private: int _green_offset; int _blue_offset; + // the number of bits to shift a color value (from 0-255) to fit it into the + // the color mask + int _red_shift; + int _green_shift; + int _blue_shift; + + public: TrueRenderControl(const ScreenInfo *screen); virtual ~TrueRenderControl(); |
