Function

Pango-1.0Pangoattr_underline_color_newSince 1.8

  • Create a new underline color attribute.

    This attribute modifies the color of underlines. If not set, underlines will use the foreground color.

    Parameters

    • red: number

      the red value (ranging from 0 to 65535)

    • green: number

      the green value

    • blue: number

      the blue value

    Returns Pango.Attribute

    the newly allocated Pango.Attribute, which should be freed with Pango.Attribute.destroy

    1.8