Gimp.text_layer_set_color
function text_layer_set_color(layer: Gimp.Layer, color: Gimp.RGB): Boolean {
// Gjs 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
TRUE on success.