From ad6de177ae6e153422be19aca18a7795f3f0714f Mon Sep 17 00:00:00 2001 From: Dheerendra Purohit Date: Wed, 18 Jun 2025 18:18:29 +0530 Subject: [PATCH] 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 --- src/imports/graphicaleffects5/ColorOverlay.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/imports/graphicaleffects5/ColorOverlay.qml b/src/imports/graphicaleffects5/ColorOverlay.qml index abd6531..295068c 100644 --- a/src/imports/graphicaleffects5/ColorOverlay.qml +++ b/src/imports/graphicaleffects5/ColorOverlay.qml @@ -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