diff options
| author | Eugene Sandulenko | 2014-08-04 01:12:49 +0200 | 
|---|---|---|
| committer | Alexander Tkachev | 2016-08-24 16:07:55 +0600 | 
| commit | 6524a8d103c87def348b9560418850cb48d24ce4 (patch) | |
| tree | 7c8a3529295876c2c58f55c960d9b015210d441c /graphics/VectorRendererSpec.h | |
| parent | 8c7a8116be3f54e03644876c8d41daf1bf2e835a (diff) | |
| download | scummvm-rg350-6524a8d103c87def348b9560418850cb48d24ce4.tar.gz scummvm-rg350-6524a8d103c87def348b9560418850cb48d24ce4.tar.bz2 scummvm-rg350-6524a8d103c87def348b9560418850cb48d24ce4.zip  | |
GUI: Added transparency to PicWidgets
Diffstat (limited to 'graphics/VectorRendererSpec.h')
| -rw-r--r-- | graphics/VectorRendererSpec.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/VectorRendererSpec.h b/graphics/VectorRendererSpec.h index b681d7e30e..84c802f6df 100644 --- a/graphics/VectorRendererSpec.h +++ b/graphics/VectorRendererSpec.h @@ -98,7 +98,8 @@ public:  	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); +			Graphics::DrawStep::VectorAlignment yAlign = Graphics::DrawStep::kVectorAlignManual, +			int alpha = 255);  	void applyScreenShading(GUI::ThemeEngine::ShadingStyle shadingStyle);  | 
