by Phantom » Sep 29, 2001 @ 8:19am
Ehm, I hope I ain't spoiling the fun of reading tutorial 8, but the idea of subpixel stuff like JS Landscape is that you exploit the fact that each pixel is in fact a combination of r, g and b. The three color components are at a physically different location on the PocketPC display. So, setting only one of them would make a line look 1/3rd of a pixel thin. If the line is sloped, you can still get it to look white. The same trick can be applied to scrolling, without color artifacts (the eye doesn't care whether the color components are sorted like r,g,b or g,b,r).
Give me some good data and
I will give you the world