pangoAttrForegroundNew {RGtk2}R Documentation

pangoAttrForegroundNew

Description

Create a new foreground color attribute.

Usage

pangoAttrForegroundNew(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.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]