ColorMaster QML Type

A color adjustment effect. More...

Import Statement: import QtQuick3D.Effects 6.6
Status: Deprecated since 6.5

Properties

Detailed Description

Use ExtendedSceneEnvironment instead.

Warning: All pre-made standalone effects in QtQuick3D.Effects are considered deprecated starting with Qt 6.5. To perform color adjustments, use ExtendedSceneEnvironment instead.

The ColorMaster effect adjusts the color balance and saturation of the scene.

Property Documentation

blueStrength : real

A multiplication factor for the blue color channel. The range is [0...2]. The default value is 1.


greenStrength : real

A multiplication factor for the green color channel. The range is [0...2]. The default value is 1.5.


redStrength : real

A multiplication factor for the red color channel. The range is [0...2]. The default value is 1.


saturation : real

The strength of all the colors in the scene. The range is [-1...1], where -1 is fully desaturated, 0 is unmodified, and 1 is heavily oversaturated. The default value is 0.