
How to change the Color of Timer, like this?
![]() | ||
I used lvlTimer(color) = 255 * 256 * 256 * 256 + 0 * 256 * 256 + 20 * 256 * 120, but the timernumber is still white. | ||
The last must be +120 not *120 because it's +blue. Also, write result number may effective. | ||
Oh... thanks. ![]() Added after 3 minutes 36 seconds: I tested it, but the Timer is still white: lvlTimer(color) = 255 * 256 * 256 * 256 + 0 * 256 * 256 + 20 * 256 + 120 | ||
Thanks! IT works becautiful. And the tool looks realy nice! Thanks. But a qestion do i have anyway: If i calculate it (255 * 256 * 256 * 256 + 0 * 256 * 256 + 20 * 256 + 120) manually then the number is 4278195320, but if i create the color with your tool, then the number is -16771841. Why? | ||
Because range of integer number is -2147483648~2147483647, if a number beyond 2147483647 then it will start from -2147483648. | ||
Who is online (over the past 5 minutes)Users browsing this forum: 1 guest | ||