Home | All Classes | Grouped Classes | Index | Search

CL_PixelFormat::rgba4444

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

	static CL_PixelFormat  rgba4444;

Detailed description:

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

See also:

CL_PixelFormat



Questions or comments, write to the ClanLib mailing list.