gdk-Pixbufs              package:RGtk2              R Documentation

_P_i_x_b_u_f_s

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

     Functions for rendering pixbufs on drawables

_M_e_t_h_o_d_s _a_n_d _F_u_n_c_t_i_o_n_s:

     'gdkPixbufRenderThresholdAlpha(object, bitmap, src.x, src.y,
     dest.x, dest.y, width = -1, height = -1, alpha.threshold)'
      'gdkPixbufRenderToDrawable(object, drawable, gc, src.x = 0, src.y
     = 0, dest.x, dest.y, width = -1, height = -1, dither =
     "GDK_RGB_DITHER_NORMAL", x.dither = 0, y.dither = 0)'
      'gdkPixbufRenderToDrawableAlpha(object, drawable, src.x = 0,
     src.y = 0, dest.x, dest.y, width = -1, height = -1, alpha.mode =
     NULL, alpha.threshold = NULL, dither = "GDK_RGB_DITHER_NORMAL",
     x.dither = 0, y.dither = 0)'
      'gdkPixbufRenderPixmapAndMask(object, alpha.threshold = 127)'
      'gdkPixbufRenderPixmapAndMaskForColormap(object, colormap,
     alpha.threshold = 127)'
      'gdkPixbufGetFromDrawable(dest = NULL, src, cmap = NULL, src.x,
     src.y, dest.x, dest.y, width, height)'
      'gdkPixbufGetFromImage(src, cmap, src.x, src.y, dest.x, dest.y,
     width, height)'

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

     These functions allow to render pixbufs on drawables. Pixbufs are
     client-side images. For details on how to create and manipulate
     pixbufs, see the 'GdkPixbuf' API documentation.

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

     Derived by RGtkGen from GTK+ documentation

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://developer.gnome.org/doc/API/2.0/gdk/gdk-Pixbufs.html>

