QSGGeometry.ColoredPoint2D¶
The
ColoredPoint2D
struct is a convenience struct for accessing 2D Points with a color. More…

Detailed Description¶
-
class
PySide2.QtQuick.QSGGeometry.
ColoredPoint2D
¶ PySide2.QtQuick.QSGGeometry.ColoredPoint2D(ColoredPoint2D)
- Parameters
ColoredPoint2D –
ColoredPoint2D
-
PySide2.QtQuick.QSGGeometry.ColoredPoint2D.
x
¶
-
PySide2.QtQuick.QSGGeometry.ColoredPoint2D.
y
¶
-
PySide2.QtQuick.QSGGeometry.ColoredPoint2D.
r
¶
-
PySide2.QtQuick.QSGGeometry.ColoredPoint2D.
g
¶
-
PySide2.QtQuick.QSGGeometry.ColoredPoint2D.
b
¶
-
PySide2.QtQuick.QSGGeometry.ColoredPoint2D.
a
¶
-
PySide2.QtQuick.QSGGeometry.ColoredPoint2D.
set
(nx, ny, nr, ng, nb, na)¶ - Parameters
nx –
float
ny –
float
nr –
uchar
ng –
uchar
nb –
uchar
na –
uchar
Sets the position of the vertex to
x
andy
and the color tored
,green
,blue
, andalpha
.