diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-08 14:58:35 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-08 14:58:35 +1100 |
commit | 8900ffa6fb1514c93efd93f5970ab96de31be4b3 (patch) | |
tree | 080bd5ee85cf5cb44fda9f9743242247ad84bec0 /include | |
parent | 7e57359f3fe874293b1a307e8b7895760dcdc185 (diff) |
vcl: update documentation of drawAlphaRect
Change-Id: Ib70e01f4047a4af8ab152541c4234737ec6e5816
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/bitmapex.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/bitmapex.hxx b/include/vcl/bitmapex.hxx index 6beb20de879a..1e8511cec0a8 100644 --- a/include/vcl/bitmapex.hxx +++ b/include/vcl/bitmapex.hxx @@ -338,7 +338,7 @@ public: @param bInvert If true, invert the channel values with the logical 'not' operator - @param msoFormula + @param msoBrightness Use the same formula for brightness as used by MSOffice. @return true, if the operation was completed successfully. |