在本页

QCanvasGradientStop Struct

梯度停止器。更多

头文件: #include <QCanvasGradientStop>
CMake: find_package(Qt6 REQUIRED COMPONENTS CanvasPainter)
target_link_libraries(mytarget PRIVATE Qt6::CanvasPainter)
Qt 6.11
状态技术预览版

公共变量

QColor color
float position

详细描述

描述gradient 中的停止点。

成员变量文档

QColor QCanvasGradientStop::color

停止点的颜色。

float QCanvasGradientStop::position

停止点的位置。

© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.