Home | All Classes | Grouped Classes | Index | Search

CL_PixelFormat::rgba8888

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

	static CL_PixelFormat  rgba8888;

Detailed description:

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

See also:

CL_PixelFormat



Questions or comments, write to the ClanLib mailing list.