19.07.2009, 17:09
Not sure why you're talking about *= 16... And you don't just add the numbers together, you need to times them by powers of 256.
_________________________________________________
A *= 10
is the same as:
A = A * 10
_________________________________________________
You have to do the strval bit or whatever for yourself, but you need to have the numbers you want stored in the variables R G and B, before you do what I just did to them. If in doubt send the code.
_________________________________________________
Note, I just changed the code so that it would work.
_________________________________________________
A *= 10
is the same as:
A = A * 10
_________________________________________________
You have to do the strval bit or whatever for yourself, but you need to have the numbers you want stored in the variables R G and B, before you do what I just did to them. If in doubt send the code.
_________________________________________________
Note, I just changed the code so that it would work.