仅使用C库将颜色HEX代码转换为纯c中的RGB(不含C++,模板等)RGB结构可能是这样的 - > typedef struct RGB {double r; 双g; 双b; } RGB1; 函数应该返回RGB1
c rgb hex colors
c ×1
colors ×1
hex ×1
rgb ×1