.\" This page was automatically generated. Do not edit! .\" .TH PLSCMAP1 3plplot "August, 2012" "" "PLplot API" .SH NAME \fBplscmap1\fP - Set color map1 colors using 8-bit RGB values .SH SYNOPSIS \fBplscmap1\fP(\fIr\fP, \fIg\fP, \fIb\fP, \fIncol1\fP) .SH DESCRIPTION .P Set color map1 colors using 8-bit RGB values (see the PLplot documentation). This also sets the number of colors. .P Redacted form: \fBplscmap1(r, g, b, ncol1)\fP .P This function is used in example 31. .SH ARGUMENTS .TP \fIr\fP (PLINT *, input) Pointer to array with set of unsigned 8-bit integers (0-255) representing the degree of red in the color. .TP \fIg\fP (PLINT *, input) Pointer to array with set of unsigned 8-bit integers (0-255) representing the degree of green in the color. .TP \fIb\fP (PLINT *, input) Pointer to array with set of unsigned 8-bit integers (0-255) representing the degree of blue in the color. .TP \fIncol1\fP (PLINT, input) Number of items in the \fIr\fP, \fIg\fP, and \fIb\fP arrays. .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.