PgAttribute.underlineColorNew

Create a new underline color attribute. This attribute modifies the color of underlines. If not set, underlines will use the foreground color.

class PgAttribute
static
underlineColorNew
(
ushort red
,
ushort green
,
ushort blue
)

Parameters

red ushort

the red value (ranging from 0 to 65535)

green ushort

the green value

blue ushort

the blue value

Return Value

the newly allocated PangoAttribute, which should be freed with pango_attribute_destroy().

Meta