Gimp.Item.set_color_tag
@accepts(Gimp.Item, Gimp.ColorTag)
@returns(bool)
def set_color_tag(self, color_tag):
# Python 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
- self
The item.
- color_tag
The new item color tag.
- Returns