gdkImagePutPixel            package:RGtk2            R Documentation

_g_d_k_I_m_a_g_e_P_u_t_P_i_x_e_l

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

     Sets a pixel in a 'GdkImage' to a given pixel value.

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

     gdkImagePutPixel(object, x, y, pixel)

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

'object': ['GdkImage'] a 'GdkImage'.

     'x': [integer] the x coordinate of the pixel to set.

     'y': [integer] the y coordinate of the pixel to set.

 'pixel': [numeric] the pixel value to set.

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

     Derived by RGtkGen from GTK+ documentation

