View Single Post
  #2  
Old 01-22-2005, 01:47 AM
LordZen LordZen is offline
Registered User
LordZen's Avatar
Join Date: Jun 2002
Posts: 1,700
LordZen is on a distinguished road
Send a message via ICQ to LordZen Send a message via AIM to LordZen Send a message via Yahoo to LordZen
If you understand the concept, I'm sure you could make your own equation in your program's code.

I never had a need to have perfect AAing, so I have never paid attention to exact RGB values. But, I guess you just take the average of the RGB values (each seperately) for a 3x3 grid of pixels, to decide what goes in the center? I dunno lol.

But its a simple concept, if (0,0,0) is black, and (255,255,255) is white, and your only dealing with those 2 colors. You would take the average of each RGB seperately (255/2,255/2,255/2) which would be (127.5,127.5,127.5). Of course I guess you gotta round that to 128,128,128 but that value is the exact gray you should use if AAing between pitch black and pure white.
__________________

Click the picture!

FYI: I've pretty much retired from this game as it stands. Yep..

Contact Info
AIM: xxwarlordzenxx (not used so much anymore)
MSN: warlordzen(a)hotmail.com

Quote:
Originally Posted by Scott
I heard they were pregnant from the same father from a VERY reliable tabloid a couple years ago.
Quote:
Originally Posted by GryffonDurime
Etien, you are the best proof I have ever seen that the human gene pool has algee.

Last edited by LordZen; 01-23-2005 at 05:27 PM..
Reply With Quote