attr_strikethrough_color_new


Description:


[ Version ( since = "1.8" ) ]
public Attribute attr_strikethrough_color_new (uint16 red, uint16 green, uint16 blue)

Create a new strikethrough color attribute.

This attribute modifies the color of strikethrough lines. If not set, strikethrough lines 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