S
sim_might
Unregistered / Unconfirmed
GUEST, unregistred user!
众所周知, 所有的颜色都由三原色组成,
比如: clBlack = glColor(0,0,0)
clWhite = glColor(1,1,1)
其它颜色在此之间。
现在我要解析出一种颜色的成分,如:输入 clWhite , 输出 1,1,1
比如: clBlack = glColor(0,0,0)
clWhite = glColor(1,1,1)
其它颜色在此之间。
现在我要解析出一种颜色的成分,如:输入 clWhite , 输出 1,1,1