主页->库函数目录->绘制图形相关函数->ege_colpoint 结构体 功能: 用于保存点的坐标的颜色 声明: typedef struct ege_colpoint { float x; float y; color_t color; }ege_point; 成员: x, t 点的坐标 color 点的颜色 示例:
typedef struct ege_colpoint { float x; float y; color_t color; }ege_point;