Gimp.text_layer_set_color
@accepts(Gimp.Layer, Gimp.RGB)
@returns(bool)
def text_layer_set_color(layer, color):
# Python wrapper for gimp_text_layer_set_color()
Set the color of the text in the text layer.
This procedure sets the text color in the text layer 'layer'.
Since 2.6
- layer
The text layer.
- color
The color to use for the text.
- Returns