C

线性渐变 QML 类型

线性渐变。 更多...

导入语句import QtQuick.Shapes
自从Qt Quick Ultralite 2.7
继承

ShapeGradient

属性

  • x1 : real
  • x2 : real
  • y1 : real
  • y2 : real

详细描述

线性渐变在 Shape 项目中在起始点和终点之间插值颜色。在这些点之外,根据扩散类型,渐变可能被填充、反射或重复。

注意:LinearGradient 仅支持与 Shape 项目结合使用。它与 Rectangle 不兼容,因为 Rectangle 只支持 Gradient

属性说明

x1 : real

x2 : real

y1 : real

y2 : real

这些属性定义了颜色插值发生的起始点和终点。默认情况下,这两个点都设置为(0,0)。


在某些 Qt 许可协议下可用。
了解更多信息。