S1D13XXXFB_SETCOLREG

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

s1d13xxxfb_setcolreg - sets a color register.  

SYNOPSIS

"SYNOPSIS"

int s1d13xxxfb_setcolreg (u_int regno, u_int red, u_int green, u_int blue, u_int transp, struct fb_info * info);  

ARGUMENTS

regno
Which register in the CLUT we are programming
red
The red value which can be up to 16 bits wide
green
The green value which can be up to 16 bits wide
blue
The blue value which can be up to 16 bits wide.
transp
If supported the alpha value which can be up to 16 bits wide.
info
frame buffer info structure
 

DESCRIPTION

Returns negative errno on error, or zero on success.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:43 GMT, October 09, 2005