Method
GimpTextLayerset_color
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 |
GimpRGB |
The color to use for the text. |
|
The data is owned by the caller of the function. |