RGBcolor(3) — Unix Programmer’s Manual
NAME
RGBcolor - set the current color in RGB mode
SYNOPSIS
C
RGBcolor(red, green, blue)
RGBvalue red, green, blue;
FORTRAN
subroutine RGBcol(red, green, blue)
integer∗2 red, green, blue
Pascal
procedure RGBcolor(red, green, blue: RGBvalue);
DESCRIPTION
In RGB mode, the current color is set with the RGBcolor command. Its arguments are three eight-bit values, one each for red, green, and blue. These numbers are written directly into the bitplanes whenever a pixel is drawn; they control the intensity of red, green, and blue displayed on the screen. RGBcolor is ignored in single or double buffer mode.
SEE ALSO
color, gRGBcolor, RGBwritemask
Silicon Graphics — R1c