gdkRgbXpixelFromRgb          package:RGtk2          R Documentation

_g_d_k_R_g_b_X_p_i_x_e_l_F_r_o_m_R_g_b

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

     Finds the X pixel closest in color to the 'rgb' color specified.
     This value may be used to set the 'pixel' field of a 'GdkColor'
     struct. *WARNING: 'gdk_rgb_xpixel_from_rgb' is deprecated and
     should not be used in newly-written code.*

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

     gdkRgbXpixelFromRgb(rgb)

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

   'rgb': [numeric] The color, represented as a 0xRRGGBB integer value.

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

     [numeric] The X pixel value.

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

     Derived by RGtkGen from GTK+ documentation

