Method

VteTerminalset_color_foreground

Declaration [src]

void
vte_terminal_set_color_foreground (
  VteTerminal* terminal,
  const GdkRGBA* foreground
)

Description [src]

Sets the foreground color used to draw normal text.

Parameters

foreground

Type: GdkRGBA

The new foreground color.

The data is owned by the caller of the method.