▲
- 
					Header: ColoredPoint2D 
- 
					CMake: find_package(Qt6 REQUIRED COMPONENTS Quick) target_link_libraries(mytarget PRIVATE Qt6::Quick) 
- 
					qmake: QT += quick 
Detailed Description▲
Member Function Documentation▲
void ColoredPoint2D::set(float x, float y, uchar red, uchar green, uchar blue, uchar alpha)▲
Sets the position of the vertex to x and y and the color to red, green, blue, and alpha.




