gdkRgbSetMinColors           package:RGtk2           R Documentation

_g_d_k_R_g_b_S_e_t_M_i_n_C_o_l_o_r_s

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

     Sets the minimum number of colors for the color cube. Generally,
     GdkRGB tries to allocate the largest color cube it can. If it
     can't allocate a color cube at least as large as 'min.colors', it
     installs a private colormap.

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

     gdkRgbSetMinColors(min.colors)

_A_r_g_u_m_e_n_t_s:

'min.colors': [integer] The minimum number of colors accepted.

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

     Derived by RGtkGen from GTK+ documentation

