class ColoredPoint2D#

概述#

方法#

说明

此文档可能包含自动从 C++ 转换为 Python 的片段。我们始终欢迎对片段翻译的贡献。如果您发现翻译有问题,也可以创建一个任务在 https:/bugreports.qt.io/projects/PYSIDE 上告诉我们

详细说明#

PySide6.QtQuick.QSGGeometry.ColoredPoint2D.x#
PySide6.QtQuick.QSGGeometry.ColoredPoint2D.y#
PySide6.QtQuick.QSGGeometry.ColoredPoint2D.r#
PySide6.QtQuick.QSGGeometry.ColoredPoint2D.g#
PySide6.QtQuick.QSGGeometry.ColoredPoint2D.b#
PySide6.QtQuick.QSGGeometry.ColoredPoint2D.a#
set(nx, ny, nr, ng, nb, na)#
参数:
  • nx – float

  • ny – float

  • nr – int

  • ng – int

  • nb – int

  • na – int

将顶点的位置设置为 xy,并将颜色设置为红色、绿色、蓝色和透明度。