Function

Gimptext_layer_get_color

Declaration [src]

gboolean
gimp_text_layer_get_color (
  GimpLayer* 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

layer GimpLayer
 

The text layer.

 The data is owned by the caller of the function.
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.