Home | All Classes | Grouped Classes | Index | Search

CL_PixelFormat::bgr565

Pixel format with 16 bit depth, 5 bits for red and blue, 6 bits for green.

	static CL_PixelFormat  bgr565;

Detailed description:

red mask =0x001f
green mask=0x07e0
blue mask =0xf800
alpha mask=0x0000

See also:

CL_PixelFormat



Questions or comments, write to the ClanLib mailing list.