aboutsummaryrefslogtreecommitdiff
path: root/graphics/VectorRenderer.h
diff options
context:
space:
mode:
authorEugene Sandulenko2014-08-04 01:12:49 +0200
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commit6524a8d103c87def348b9560418850cb48d24ce4 (patch)
tree7c8a3529295876c2c58f55c960d9b015210d441c /graphics/VectorRenderer.h
parent8c7a8116be3f54e03644876c8d41daf1bf2e835a (diff)
downloadscummvm-rg350-6524a8d103c87def348b9560418850cb48d24ce4.tar.gz
scummvm-rg350-6524a8d103c87def348b9560418850cb48d24ce4.tar.bz2
scummvm-rg350-6524a8d103c87def348b9560418850cb48d24ce4.zip
GUI: Added transparency to PicWidgets
Diffstat (limited to 'graphics/VectorRenderer.h')
-rw-r--r--graphics/VectorRenderer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/VectorRenderer.h b/graphics/VectorRenderer.h
index 2c32761ed4..5f7b6e60d3 100644
--- a/graphics/VectorRenderer.h
+++ b/graphics/VectorRenderer.h
@@ -498,7 +498,8 @@ public:
virtual void blitAlphaBitmap(Graphics::TransparentSurface *source, const Common::Rect &r,
GUI::ThemeEngine::AutoScaleMode autoscale = GUI::ThemeEngine::kAutoScaleNone,
Graphics::DrawStep::VectorAlignment xAlign = Graphics::DrawStep::kVectorAlignManual,
- Graphics::DrawStep::VectorAlignment yAlign = Graphics::DrawStep::kVectorAlignManual) = 0;
+ Graphics::DrawStep::VectorAlignment yAlign = Graphics::DrawStep::kVectorAlignManual,
+ int alpha = 255) = 0;
/**
* Draws a string into the screen. Wrapper for the Graphics::Font string drawing