diff options
Diffstat (limited to 'include/vcl')
-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 |