aboutsummaryrefslogtreecommitdiff
path: root/graphics/VectorRendererSpec.h
diff options
context:
space:
mode:
authorEugene Sandulenko2011-12-09 13:01:03 +0000
committerEugene Sandulenko2011-12-10 11:51:10 +0000
commit1dbc41d411fbd99b3d363710b2060708d3e097db (patch)
tree760a97781dd54feab26c4f93ba3f481f59c803e4 /graphics/VectorRendererSpec.h
parent04d1c1d54bfc1640208b69524a115a0fb4b608e5 (diff)
downloadscummvm-rg350-1dbc41d411fbd99b3d363710b2060708d3e097db.tar.gz
scummvm-rg350-1dbc41d411fbd99b3d363710b2060708d3e097db.tar.bz2
scummvm-rg350-1dbc41d411fbd99b3d363710b2060708d3e097db.zip
GUI: Move _gradientBytes to VectorRendererSpec
Diffstat (limited to 'graphics/VectorRendererSpec.h')
-rw-r--r--graphics/VectorRendererSpec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/VectorRendererSpec.h b/graphics/VectorRendererSpec.h
index 3ba7d88e4e..b0a0624aee 100644
--- a/graphics/VectorRendererSpec.h
+++ b/graphics/VectorRendererSpec.h
@@ -208,6 +208,8 @@ protected:
PixelType _gradientStart; /**< Start color for the fill gradient */
PixelType _gradientEnd; /**< End color for the fill gradient */
+ int _gradientBytes[3]; /**< Color bytes of the active gradient, used to speed up calculation */
+
PixelType _bevelColor;
PixelType _bitmapAlphaColor;
};