Chaosy
Tutorial Reviewer
- Joined
- Jun 9, 2011
- Messages
- 13,241
I started to use http://www.wc3c.net/showthread.php?t=101858 (ARGB) for a system of mine.
I use:
Which writes:
255, 255, 0
0 , 0 , 0
wtf?
I use:
JASS:
c.create(0, cR, cG, cB);
BJDebugMsg(I2S(cR) + " " + I2S(cG) + " " + I2S(cB));
BJDebugMsg(I2S(c.red) + " " + I2S(c.green) + " " + I2S(c.blue));
255, 255, 0
0 , 0 , 0
wtf?