C

ColorizedImage QML Type

Displays an colorized image. More...

Import Statement: import QtQuickUltralite.Extras 2.2
Since: Qt Quick Ultralite 1.0
Inherits:

Image

Properties

Detailed Description

Draws a monochromatic source image with a color tint.

The source image must have the Alpha8 format.

Examples usage:

ColorizedImage {
    source: "qrc:/images/close.png"
    color: "#3d464d"
}

Note: This type is specific to Qt Quick Ultralite. See also the compatibility page.

See also Image, BorderImage, Dealing with image resources, and Image optimizations.

Property Documentation

color : color

The RGB components of this color will be used when drawing the image.


Available under certain Qt licenses.
Find out more.