Home | All Classes | Grouped Classes | Index | Search

CL_PixelFormat::abgr8888

Pixel format with 32 bit depth, 8 bits per color mask.

	static CL_PixelFormat  abgr8888;

Detailed description:

red mask =0x000000ff
green mask=0x0000ff00
blue mask =0x00ff0000
alpha mask=0xff000000

See also:

CL_PixelFormat



Questions or comments, write to the ClanLib mailing list.