이 페이지에서

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.