A linked list of depth-sorted colors, typically representing each pixel in a z-buffer. The colors may either be added to the list in a pre-sorted order or the list may be able to sort them by itself. After all colors are added the list is used to create on resulting color by blending the containing colors from the back and forward using their alpha channel.
Antialiasing algorithm that extends the Bresenham-line by drawing additional (background-)blended pixels above and below each original pixel. What is considered "above" and "below" is decided by the direction of the plotting.
Some implementations also blend the original pixels.
The Game Dictionary™ is a trademark of GameDev.net LLC. No duplication, reproduction, or transmission of the Game Dictionary or its content is allowed without the consent of GameDev.net LLC.