Gimp.Item.prototype.set_color_tag

function set_color_tag(color_tag: Gimp.ColorTag): Boolean {
    // Gjs wrapper for gimp_item_set_color_tag()
}
  

Set the color tag of the specified item.

This procedure sets the specified item's color tag.

Since 2.10

color_tag

The new item color tag.

Returns

TRUE on success.