Linear gradient. More...
Import Statement: | import QtQuick.Shapes |
Since: | Qt 5.10 |
Inherits: |
Linear gradients interpolate colors between start and end points in Shape items. Outside these points the gradient is either padded, reflected or repeated depending on the spread type.
Note: LinearGradient is only supported in combination with Shape items. It is not compatible with Rectangle, as that only supports Gradient.
See also QLinearGradient.
x1 : real
These properties define the start and end points between which color interpolation occurs. By default both points are set to (0, 0).
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qml-qtquick-shapes-lineargradient.html