gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] gnash ChangeLog backend/render_handler_agg.cpp ...


From: Udo Giacomozzi
Subject: Re: [Gnash-commit] gnash ChangeLog backend/render_handler_agg.cpp ...
Date: Fri, 27 Oct 2006 09:55:03 +0200

MG>Log message:
MG>        Added RGBA16/RGBA32 pixel-formats.
MG>
MG>+       else if (!strcmp(pixelformat, "RGB565") || !strcmp(pixelformat, 
"RGBA16"))
MG>          return new render_handler_agg<agg::pixfmt_rgb565> (16);


RGBA16 seems odd to me here. The name implies that the framebuffer has
red, green, blue and an alpha channel, all summing up 16 bits. However,
the pixel format (pixfmt_rgb565) does not have any alpha channel. I
never heard of a RGBA:4:4:4:4 video mode...
Can you explain?

Udo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]