.\" 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 "COLOR_BLIT" "9" "09 October 2005" "" "" .SH NAME color_blit \- solid color BLIT operation .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void color_blit (int \fIwidth\fB, int \fIheight\fB, int \fIpitch\fB, int \fIdest\fB, int \fIrop\fB, int \fIwhat\fB, int \fIblit_bpp\fB, struct fb_info * \fIinfo\fB); \fR .SH "ARGUMENTS" .TP \fB\fIwidth\fB\fR width of destination .TP \fB\fIheight\fB\fR height of destination .TP \fB\fIpitch\fB\fR pixels per line of the buffer .TP \fB\fIdest\fB\fR address of first pixel to write to .TP \fB\fIrop\fB\fR raster operation .TP \fB\fIwhat\fB\fR color to transfer .TP \fB\fIblit_bpp\fB\fR pixel format which can be different from the framebuffer's pixelformat .TP \fB\fIinfo\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP A BLIT operation which can be used for color fill/rectangular fill