Home | All Classes | Grouped Classes | Index | Search

CL_PixelFormat::rgb888

Pixel format with 24 bit depth, 8 bits per color mask, no alpha.

	static CL_PixelFormat  rgb888;

Detailed description:

red mask =0xff0000
green mask=0x00ff00
blue mask =0x0000ff

See also:

CL_PixelFormat



Questions or comments, write to the ClanLib mailing list.