PIX FMT RGBA: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
mNo edit summary
(No difference)

Revision as of 22:03, 28 May 2007

PIX_FMT_RGBA is a pixel format where 4 bytes are stored per pixel, one pixel for each of R, G, and B (red, green and blue) and one pixel for the alpha channel. The alpha channel allows transparency information to be stored per pixel.