	
	_R_G_B _C_o_l_o_r _S_p_e_c_i_f_i_c_a_t_i_o_n
	
	     rgb(red, green, blue, names=NULL)
	
	_D_e_s_c_r_i_p_t_i_o_n:
	
	     This function creates ``colors'' corresponding to the
	     given intensities of the red, green and blue primaries
	     (the intensities must lie between zero and one).  The
	     names argument may be used to provide names for the
	     colors.
	
	     The values returned by rgb can be used with a col=
	     specification in graphics functions or in par.
	
	_S_e_e _A_l_s_o:
	
	     rainbow, hsv, gray.
	
