Query: fb_alloc_cmap
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FB_ALLOC_CMAP(9) Frame Buffer Library FB_ALLOC_CMAP(9)NAMEfb_alloc_cmap - allocate a colormapSYNOPSISint fb_alloc_cmap(struct fb_cmap * cmap, int len, int transp);ARGUMENTScmap frame buffer colormap structure len length of cmap transp boolean, 1 if there is transparency, 0 otherwiseDESCRIPTIONAllocates memory for a colormap cmap. len is the number of entries in the palette. Returns negative errno on error, or zero on success.COPYRIGHTKernel Hackers Manual 2.6. July 2010 FB_ALLOC_CMAP(9)