Gimp.TextLayer.get_color

@accepts(Gimp.TextLayer, Gimp.RGB)
@returns(bool)
def get_color(self, color):
    # Python wrapper for gimp_text_layer_get_color()
  

Get the color of the text in a text layer.

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

Since 2.6

self

The text layer.

color

The color of the text.

Returns