pangoColorParse            package:RGtk2            R Documentation

_p_a_n_g_o_C_o_l_o_r_P_a_r_s_e

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

     Fill in the fields of a color from a string specification. The
     string can either one of a large set of standard names. (Taken
     from the X11 'rgb.txt' file), or it can be a hex value in the form
     '#rgb' '#rrggbb' '#rrrgggbbb' or '#rrrrggggbbbb' where 'r', 'g'
     and 'b' are hex digits of the red, green, and blue components of
     the color, respectively. (White in the four forms is '#fff'
     '#ffffff' '#fffffffff' and '#ffffffffffff')

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

     pangoColorParse(spec)

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

  'spec': [char]  a string specifying the new color

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

     A list containing the following elements: 

  retval: [logical] 'TRUE' if parsing of the specifier succeeded,
          otherwise false.

 'color': ['PangoColor']  a 'PangoColor' structure in which to store
          the result

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

     Derived by RGtkGen from GTK+ documentation

