IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

AdditiveColorGradient QML Type

A gradient with additive color effect.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

AdditiveColorGradient QML Type

  • Import Statement: import QtQuick3D.Effects 6.4

Detailed Description

Image non disponible

This effect adds a vertical gradient to the whole scene, then additively blends it with all other elements on the layer. Additive blending adds the pixel values of the gradient and the layer, making the result lighter. White areas do not change, and black areas are the same color as the gradient.

Property Documentation

 

bottomColor : vector3d

The color to be used at the bottom of the screen for the gradient. The default is Qt.vector3d(0.0, 0.0, 0.0) (i.e. black).

topColor : vector3d

The color to be used at the top of the screen for the gradient. The default value is Qt.vector3d(1.0, 1.0, 1.0) (i.e. white).

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+