attr_underline_color_new
Description:
[ Version ( since = "1.8" ) ]
public Attribute attr_underline_color_new (uint16 red, uint16 green, uint16 blue)
Create a new underline color attribute.
This attribute modifies the color of underlines. If not set, underlines will use the foreground color.
Parameters:
red |
the red value (ranging from 0 to 65535) |
green |
the green value |
blue |
the blue value |
Returns:
the newly allocated `PangoAttribute`, which should be freed with [method@Pango.Attribute.destroy] |
Namespace: Pango
Package: pango