.\" This page was automatically generated. Do not edit! .\" .TH PLGCOLBG 3plplot "August, 2012" "" "PLplot API" .SH NAME \fBplgcolbg\fP - Returns the background color (cmap0[0]) by 8-bit RGB value .SH SYNOPSIS \fBplgcolbg\fP(\fIr\fP, \fIg\fP, \fIb\fP) .SH DESCRIPTION .P Returns the background color (cmap0[0]) by 8-bit RGB value. .P Redacted form: \fBplgcolbg(r, g, b)\fP .P This function is used in example 31. .SH ARGUMENTS .TP \fIr\fP (PLINT *, output) Pointer to an unsigned 8-bit integer (0-255) representing the degree of red in the color. .TP \fIg\fP (PLINT *, output) Pointer to an unsigned 8-bit integer (0-255) representing the degree of green in the color. .TP \fIb\fP (PLINT *, output) Pointer to an unsigned 8-bit integer (0-255) representing the degree of blue in the color. .SH AUTHORS Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This man page was automatically generated from the DocBook source of the PLplot documentation, maintained by Alan W. Irwin and Rafael Laboissiere. .SH SEE ALSO PLplot documentation at http://plplot.sourceforge.net/resources.