gdkRgbColormapDitherable        package:RGtk2        R Documentation

_g_d_k_R_g_b_C_o_l_o_r_m_a_p_D_i_t_h_e_r_a_b_l_e

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

     Determines whether the visual associated with 'cmap' is
     ditherable. This  function may be useful for presenting a user
     interface choice to the user  about which dither mode is desired;
     if the display is not ditherable, it may  make sense to gray out
     or hide the corresponding UI widget.

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

     gdkRgbColormapDitherable(colormap)

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

'colormap': ['GdkColormap'] a 'GdkColormap'

_V_a_l_u_e:

     [logical] 'TRUE' if the visual associated with 'cmap' is
     ditherable.

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

     Derived by RGtkGen from GTK+ documentation

