-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
5.11.2
-
None
-
ad6de177a (dev), ced22a332 (6.10), e8bd4ac81 (6.9)
The documentation for ColorOverlay contains the following strings:
In "Detailed description":
"The color for the overlay is given in the RGBA format"
In the "color" property documentation:
"This property defines the RGBA color value which is used to colorize the source."
This is incorrect. The color is ARGB, not RGBA. (See the examples on that page, or click through to the documentation for the color qml basic type)