cairoSetSourceRgb           package:RGtk2           R Documentation

_c_a_i_r_o_S_e_t_S_o_u_r_c_e_R_g_b

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

     Sets the source pattern within 'cr' to an opaque color. This
     opaque color will then be used for any subsequent drawing
     operation until a new source pattern is set.

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

     cairoSetSourceRgb(cr, red, green, blue)

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

    'cr': ['Cairo']  a cairo context

   'red': [numeric]  red component of color

 'green': [numeric]  green component of color

  'blue': [numeric]  blue component of color

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

     The color components are floating point numbers in the range 0 to
     1. If the values passed in are outside that range, they will be
     clamped.

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

     Derived by RGtkGen from GTK+ documentation

