home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Educational / R-0.49-MI / R-0.49-I / help / base / rgb < prev    next >
Encoding:
Text File  |  1997-04-23  |  573 b   |  21 lines

  1.     
  2.     _R_G_B _C_o_l_o_r _S_p_e_c_i_f_i_c_a_t_i_o_n
  3.     
  4.          rgb(red, green, blue, names=NULL)
  5.     
  6.     _D_e_s_c_r_i_p_t_i_o_n:
  7.     
  8.          This function creates ``colors'' corresponding to the
  9.          given intensities of the red, green and blue primaries
  10.          (the intensities must lie between zero and one).  The
  11.          names argument may be used to provide names for the
  12.          colors.
  13.     
  14.          The values returned by rgb can be used with a col=
  15.          specification in graphics functions or in par.
  16.     
  17.     _S_e_e _A_l_s_o:
  18.     
  19.          rainbow, hsv, gray.
  20.     
  21.