主页 / 库函数目录 / 图形绘制 / ege_colpoint 结构体

功能:

用于保存点的坐标和颜色

声明:
typedef struct ege_colpoint {
    float x;
    float y;
    color_t color;   
}ege_point;
成员: x, y 点的坐标 color 点的颜色 示例: