C
GradientStop 类
class Qul::PlatformInterface::GradientStop表示渐变中的单个渐变停止。
头文件 | #include <platforminterface/drawingengine.h> |
自版本 | Qt Quick Ultralite (平台) 2.7 |
公共函数
GradientStop(float position, Qul::PlatformInterface::Rgba32 color) | |
GradientStop() | |
Qul::PlatformInterface::Rgba32 | color() const |
float | position() const |
成员函数说明
GradientStop::GradientStop(float position, Qul::PlatformInterface::Rgba32 color)
使用给定的 position 和 color 构造一个 Qul::PlatformInterface::GradientStop 实例。
GradientStop::GradientStop()
构建一个默认的 Qul::PlatformInterface::GradientStop 实例,位置设置为 0,颜色设置为透明。
Qul::PlatformInterface::Rgba32 GradientStop::color() const
返回渐变停止的颜色。
float GradientStop::position() const
返回渐变停止的位置。
在特定 Qt 许可下提供。
了解更多信息。