Function
Pangoattr_background_new
Declaration [src]
PangoAttribute*
pango_attr_background_new (
  guint16 red,
  guint16 green,
  guint16 blue
)
Parameters
- red
- 
            Type: guint16The red value (ranging from 0 to 65535) 
- green
- 
            Type: guint16The green value. 
- blue
- 
            Type: guint16The blue value. 
Return value
Type: PangoAttribute
The newly allocated
  PangoAttribute, which should be freed with
  pango_attribute_destroy()
| The caller of the function takes ownership of the data, and is responsible for freeing it. |