Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
pangoAttrBackgroundNew: pangoAttrBackgroundNew
Description
Create a new background color attribute.
Usage
pangoAttrBackgroundNew(red, green, blue)
Arguments
red
[integer] the red value (ranging from 0 to 65535)
green
[integer] the green value
blue
[integer] the blue value
Value
PangoAttribute
] the newly allocated
PangoAttribute
,