.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "EPSON1355FB_SETCOLREG" "9" "09 October 2005" "" ""
.SH NAME
epson1355fb_setcolreg \- sets a color register.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int epson1355fb_setcolreg (unsigned \fIregno\fB, unsigned \fIr\fB, unsigned \fIg\fB, unsigned \fIb\fB, unsigned \fItransp\fB, struct fb_info * \fIinfo\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIregno\fB\fR
Which register in the CLUT we are programming
.TP
\fB\fIr\fB\fR
-- undescribed --
.TP
\fB\fIg\fB\fR
-- undescribed --
.TP
\fB\fIb\fB\fR
-- undescribed --
.TP
\fB\fItransp\fB\fR
If supported the alpha value which can be up to 16 bits wide.
.TP
\fB\fIinfo\fB\fR
frame buffer info structure
.SH "DESCRIPTION"
.PP
Returns negative errno on error, or zero on success.