Gimp.TextLayer.set_color
@accepts(Gimp.TextLayer, Gimp.RGB)
@returns(bool)
def set_color(self, 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
- self
The text layer.
- color
The color to use for the text.
- Returns