1FB_SET_CMAP(9) Frame Buffer Library FB_SET_CMAP(9)
23
4
NAME
6fb_set_cmap - set the colormap
7
SYNOPSIS
9int fb_set_cmap(struct fb_cmap * cmap, struct fb_info * info);
10
ARGUMENTS
12cmap
13frame buffer colormap structure
1415
info
16frame buffer info structure
17
DESCRIPTION
19Sets the colormap cmap for a screen of device info.
2021
Returns negative errno on error, or zero on success.
22
COPYRIGHT
24Kernel Hackers Manual 2.6. June 2019 FB_SET_CMAP(9)