Gimp.Item.get_color_tag

@accepts(Gimp.Item)
@returns(Gimp.ColorTag)
def get_color_tag(self):
    # Python wrapper for gimp_item_get_color_tag()
  

Get the color tag of the specified item.

This procedure returns the specified item's color tag.

Since 2.10

self

The item.

Returns