GradientStop QML Type

Defines the color at a position in a Gradient 更多...

导入语句: import QtQuick 2.7

特性

详细描述

另请参阅 Gradient .

特性文档编制

color : color

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.

另请参阅 Gradient .


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.

另请参阅 Gradient .