ColoredPoint2D Struct

struct QSGGeometry::ColoredPoint2D

QSGGeometry::ColoredPoint2D 구조체는 색상이 있는 2D 포인트에 접근하기 위한 편리한 구조체입니다. 더 보기...

공용 함수

void set(float x, float y, uchar red, uchar green, uchar blue, uchar alpha)

상세 설명

멤버 함수 문서

void ColoredPoint2D::set(float x, float y, uchar red, uchar green, uchar blue, uchar alpha)

버텍스의 위치를 xy 로 설정하고 색상을 red, green, blue, alpha 로 설정합니다 .

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