Effects are visual items that can be added to Qt Quick user interface as UI components. To import the Qt Graphical Effects types, include the Qt Graphical Effects module by adding the following statement to the QML file:
import QtGraphicalEffects 1.0
To use the effects, simply add a specific effect declaration to the QML scene and configure the effects properties. The source item type can be any QML type, even video or another effect. Pipelining multiple effects together is a simple way to create even more impressive output.
The following list presents the functional division of types that are part of Qt Graphical Effects:
Merges two source items by using a blend mode |
Adjusts brightness and contrast |
|
Alters the colors of the source item by applying an overlay color |
|
Sets the color in the HSL color space |
|
Reduces the saturation of the colors |
|
Alters the luminance of the source item |
|
Alters the source item colors in the HSL color space |
|
Adjusts color levels in the RGBA color space |
Draws a conical gradient |
|
Draws a linear gradient |
|
Draws a radial gradient |
Moves the pixels of the source item according to the given displacement map |
Generates a soft shadow behind the source item |
|
Generates a colorized and blurred shadow inside the source |
Applies a fast blur effect to one or more source items |
|
Applies a higher quality blur effect |
|
Applies a blur effect with a varying intesity |
|
Blurs repeatedly, providing a strong blur effect |
Applies blur effect to the specified direction |
|
Applies directional blur in a circular direction around the items center point |
|
Applies directional blur effect towards source items center point |
Generates a halo like glow around the source item |
|
Generates a blurred and colorized rectangle, which gives the impression that the source is glowing |
Masks the source item with another item |
|
Masks the source item with another item and applies a threshold value |