En esta página

QCanvasGradientStop Struct

Un tope de gradiente. Más...

Cabecera: #include <QCanvasGradientStop>
CMake: find_package(Qt6 REQUIRED COMPONENTS CanvasPainter)
target_link_libraries(mytarget PRIVATE Qt6::CanvasPainter)
Desde: Qt 6.11
Estado: Avance técnico

Variables públicas

QColor color
float position

Descripción detallada

Describe un punto de parada en un gradient.

Documentación de Variables Miembro

QColor QCanvasGradientStop::color

El color para el punto de parada.

float QCanvasGradientStop::position

La posición para el punto de parada.

© 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.