Home | All Classes | Grouped Classes | Index | Search

CL_PixelFormat::bgr555

Pixel format with 16 bit depth, 5 bits per color mask, one bit unused.

	static CL_PixelFormat  bgr555;

Detailed description:

red mask =0x001f
green mask=0x03e0
blue mask =0x7c00
alpha mask=0x0000

See also:

CL_PixelFormat



Questions or comments, write to the ClanLib mailing list.