gdkPixbufCompositeColorSimple     package:RGtk2     R Documentation

_g_d_k_P_i_x_b_u_f_C_o_m_p_o_s_i_t_e_C_o_l_o_r_S_i_m_p_l_e

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

     Creates a new 'GdkPixbuf' by scaling 'src' to 'dest.width' x
     'dest.height' and compositing the result with a checkboard of
     colors 'color1' and 'color2'.

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

     gdkPixbufCompositeColorSimple(object, dest.width, dest.height, interp.type, overall.alpha, check.size, color1, color2)

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

'object': ['GdkPixbuf']  a 'GdkPixbuf'

'dest.width': [integer]  the width of destination image

'dest.height': [integer]  the height of destination image

'interp.type': ['GdkInterpType']  the interpolation type for the
          transformation.

'overall.alpha': [integer]  overall alpha for source image (0..255)

'check.size': [integer]  the size of checks in the checkboard (must be
          a power of two)

'color1': [numeric]  the color of check at upper left

'color2': [numeric]  the color of the other check

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

     ['GdkPixbuf']  the new 'GdkPixbuf', or 'NULL' if not enough memory
     could be allocated for it.

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

     Derived by RGtkGen from GTK+ documentation

