颜色空间转换
procedure HSLtoRGB(H, S, L: Integer; var R, G, B: Integer); procedure RGBtoHSL(R, G, B: Integer; var H, S, L: Integer);
文件大小:3.31KB
评论区