C

GradientStop QML Type

Defines the color at a position in a Gradient. More...

Import Statement: import QtQuick
Since: Qt Quick Ultralite 2.7

Properties

Detailed Description

See also Gradient.

Property Documentation

color : color

position : real

The position and color properties describe the color used at a given position in a gradient, as represented by a gradient stop.

The default position is 0.0; the default color is black.


Available under certain Qt licenses.
Find out more.