Function
Pango.attr_background_new
Declaration [src]
PangoAttribute*
pango_attr_background_new (
  guint16 red,
  guint16 green,
  guint16 blue
)
Parameters
| red | guint16 | 
| the red value (ranging from 0 to 65535) | |
| green | guint16 | 
| the green value | |
| blue | guint16 | 
| the blue value | 
Return value
| Returns: PangoAttribute | |
| the newly allocated  | |
| Ownership of the data is transferred to the caller | |