[Scummvm-devel] Bitdepth/pixel format API concerns
Marcus Comstedt
marcus at mc.pp.se
Sat Jun 13 12:12:36 CEST 2009
J Northup <upthorn at gmail.com> writes:
> bool isABGR(void): true if the backend uses ABGR color order, false if
> backend uses RGBA.
And if the color order is ARGB? I don't quite understand the need for
this method, as you can already query the PixelFormat, which contains
both ordering and number of bits. Just knowing "ABGR or not ABGR"
does not give enough information anyway.
// Marcus
More information about the Scummvm-devel
mailing list