.\" This page was automatically generated. Do not edit! .\" .TH PLGCOLBG 3plplot "September, 2014" "" "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 Many developers (who are credited at http://plplot.sourceforge.net/credits.php) have contributed to PLplot over its long history. .SH SEE ALSO PLplot documentation at http://plplot.sourceforge.net/documentation.php.