Method

GimpTextLayerset_color

since: 2.6

Declaration [src]

gboolean
gimp_text_layer_set_color (
  GimpTextLayer* layer,
  const GimpRGB* color
)

Description [src]

Set the color of the text in the text layer.

This procedure sets the text color in the text layer ‘layer’.

Available since: 2.6

Parameters

color

Type: GimpRGB

The color to use for the text.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE on success.