Method

GimpTextLayerget_color

Declaration [src]

gboolean
gimp_text_layer_get_color (
  GimpTextLayer* layer,
  GimpRGB* color
)

Description [src]

Get the color of the text in a text layer.

This procedure returns the color of the text in a text layer.

Available since:2.6

Parameters

color GimpRGB
 

The color of the text.

 The argument will be set by the function.
 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

TRUE on success.