Home | All Classes | Grouped Classes | Index | Search

CL_PixelFormat::abgr4444

Pixel format with 16 bit depth, 4 bits per color mask.

	static CL_PixelFormat  abgr4444;

Detailed description:

red mask =0x000f
green mask=0x00f0
blue mask =0x0f00
alpha mask=0xf000

See also:

CL_PixelFormat



Questions or comments, write to the ClanLib mailing list.