TextTag.underlineRgba

Get underlineRgba property.

  1. gdk.rgba.RGBA underlineRgba [@property getter]
    class TextTag
    @property
    underlineRgba
    ()
  2. gdk.rgba.RGBA underlineRgba [@property setter]

Return Value

Type: gdk.rgba.RGBA

This property modifies the color of underlines.

If not set, underlines will use the foreground color.

If gtk.text_tag.TextTag.underline is set to pango.types.Underline.Error, an alternate color may be applied instead of the foreground. Setting this property will always override those defaults.