Computer Graphics: Difference between revisions
Line 177: | Line 177: | ||
====Blending==== | ====Blending==== | ||
To output transparent images, i.e. images with alpha, you'll generally want to blend using [[ | To output transparent images, i.e. images with alpha, you'll generally want to blend using [[Premultiplied Alpha]]. Rendering in premultiplied alpha prevents your RGB color values from getting mixed with the background color empty pixels. | ||
===Rendering=== | ===Rendering=== |