mirror of https://github.com/qt/qt5compat.git
Doc:ColorOverlay Docs to use correct colorize format
The ColorOverlay documentation incorrectly stated that the color format is RGBA .The fix changed to ARGB as per the actual usage and QML color format specification. Pick-to: 6.10 6.9 Fixes: QTBUG-71541 Change-Id: If0ddacb1baba696b7095f6494629feb5cee78238 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
This commit is contained in:
parent
3cf5bd05b6
commit
ad6de177ae
|
@ -13,7 +13,7 @@ import Qt5Compat.GraphicalEffects.private
|
|||
\brief Alters the colors of the source item by applying an overlay color.
|
||||
|
||||
The effect is similar to what happens when a colorized glass is put on top
|
||||
of a grayscale image. The color for the overlay is given in the RGBA format.
|
||||
of a grayscale image. The color for the overlay is given in the ARGB format.
|
||||
|
||||
\table
|
||||
\header
|
||||
|
|
Loading…
Reference in New Issue