摘要: RGB to HSL The R,G,B values are divided by 255 to change the range from 0..255 to 0..1:R' = R/255G' = G/255B' = B/255Cmax = max(R', G'... 阅读全文
posted @ 2014-04-15 19:33 未雨愁眸 阅读(301) 评论(0) 推荐(0) 编辑