diff options
author | Kim Motoyoshi Kalland <kim.kalland@nokia.com> | 2009-11-03 14:59:41 (GMT) |
---|---|---|
committer | Kim Motoyoshi Kalland <kim.kalland@nokia.com> | 2009-11-03 15:20:24 (GMT) |
commit | a4e7db378ecd11bc858f76beb33c56ccebef6308 (patch) | |
tree | faadd890335128718820a1e25d35bbe01fa4d179 /examples | |
parent | 7b7c804723f1bbd71d436ab12f5e68a0f87c71d7 (diff) | |
download | Qt-a4e7db378ecd11bc858f76beb33c56ccebef6308.zip Qt-a4e7db378ecd11bc858f76beb33c56ccebef6308.tar.gz Qt-a4e7db378ecd11bc858f76beb33c56ccebef6308.tar.bz2 |
Fixed fillRect on QImage::Format_ARGB32 images.
With composition mode set to QPainter::CompositionMode_Source, the
raster paint engine's fillRect function filled images which had
non-premultiplied format with premultiplied colours. This was fixed by
converting the premultiplied colour back to non-premultiplied before
writing to the image.
Task-number: QTBUG-5189
Reviewed-by: Trond
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions