gdkGCSetRgbFgColor           package:RGtk2           R Documentation

_g_d_k_G_C_S_e_t_R_g_b_F_g_C_o_l_o_r

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

     Set the foreground color of a GC using an unallocated color. The
     pixel value for the color will be determined using GdkRGB. If the
     colormap for the GC has not previously been initialized for
     GdkRGB, then for pseudo-color colormaps (colormaps with a small
     modifiable number of colors), a colorcube will be allocated in the
     colormap.

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

     gdkGCSetRgbFgColor(object, color)

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

'object': ['GdkGC']  a 'GdkGC'

 'color': ['GdkColor']  an unallocated 'GdkColor'.

_D_e_t_a_i_l_s:

     Calling this function for a GC without a colormap is an error.

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

     Derived by RGtkGen from GTK+ documentation

