createColorBrowser          package:iSPlot          R Documentation

_C_r_e_a_t_e _a _g_t_k _w_i_d_g_e_t _t_o _c_h_o_o_s_e _a _c_o_l_o_r

_D_e_s_c_r_i_p_t_i_o_n:

     createColorBrowser creates the color selection dialog window so 
     the user can pick a color.  The color selection window is not
     modal  so the user can keep the window open and decide when they
     would like  to change the color.  Note that only one color
     selection dialog window can be open at one time.

_U_s_a_g_e:

     createColorBrowser()

_A_u_t_h_o_r(_s):

     Elizabeth Whalen

_S_e_e _A_l_s_o:

     'setColorMode'

_E_x_a_m_p_l_e_s:

       if (interactive())
       {
         # this function is called by choosing Color under the ViewMode menu
         createColorBrowser()
         # then hit the cancel button to close
       }

