diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2015-11-23 13:16:26 +0100 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2015-11-23 13:59:25 +0100 |
commit | 49b0711dade7a926ba03309d376133be3f60bbf0 (patch) | |
tree | 557c042d11fcabee0711a10ecbddda5a4105d103 /include/vcl/BitmapProcessor.hxx | |
parent | 15f66df8602b0920266ff2be86873246da4fda31 (diff) |
vcl: add colorizeImage to BitmapProcessor
Change-Id: Ic90368e83d7f9a187eb8404d8aaec4380ff5bcb1
Diffstat (limited to 'include/vcl/BitmapProcessor.hxx')
-rw-r--r-- | include/vcl/BitmapProcessor.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/BitmapProcessor.hxx b/include/vcl/BitmapProcessor.hxx index 3d7397fd9a6f..0f0f13869d3f 100644 --- a/include/vcl/BitmapProcessor.hxx +++ b/include/vcl/BitmapProcessor.hxx @@ -17,6 +17,7 @@ class BitmapProcessor public: static BitmapEx createLightImage(const BitmapEx& rBitmapEx); static BitmapEx createDisabledImage(const BitmapEx& rBitmapEx); + static void colorizeImage(BitmapEx& rBitmapEx, Color aColor); }; #endif // INCLUDED_VCL_BITMAP_PROCESSOR_HXX |