Gimp.Image.prototype.get_layer_by_tattoo

function get_layer_by_tattoo(tattoo: Number(guint)): Gimp.Layer {
    // Gjs wrapper for gimp_image_get_layer_by_tattoo()
}
  

Find a layer with a given tattoo in an image.

This procedure returns the layer with the given tattoo in the specified image.

tattoo

The tattoo of the layer to find.

Returns

The layer with the specified tattoo.