FB_SET_CMAP
Section: Frame Buffer Library (9)
Updated: February 2011
Index
Return to Main Contents
NAME
fb_set_cmap - set the colormap
SYNOPSIS
-
int fb_set_cmap(struct fb_cmap * cmap, struct fb_info * info);
ARGUMENTS
cmap
-
- frame buffer colormap structure
info
-
frame buffer info structure
DESCRIPTION
Sets the colormap
cmap
for a screen of device
info.
Returns negative errno on error, or zero on success.
COPYRIGHT