10-05-2007 10:32 AM
10-05-2007 11:10 AM
10-05-2007 11:20 AM
10-05-2007 02:41 PM
10-06-2007 12:37 PM
You're getting blue because you're only using the blue byte. If you used a number higher than 255 you would start seeing other colors as well.
I'm usually one for doing the simple brute force unless there is need for optimization - just use a for loop which will run X times and generate the lines and then build the picture. I don't have an example handy (although I'm fairly sure I uploaded one once), but here's something doing a similar thing.
10-06-2007 02:14 PM - edited 10-06-2007 02:14 PM
Something like this.
Message Edited by Ravens Fan on 10-06-2007 03:14 PM
10-07-2007 06:30 PM