摘要: #include <stdio.h> #include <stdlib.h> #include <string.h> // A simple structure to store ARGB data typedef struct { unsigned char a; // alpha channel 阅读全文
posted @ 2023-03-14 11:13 LhTian21 阅读(19) 评论(0) 推荐(0)