Gimp.Resource.get_by_id
@accepts(gint32)
@returns(Gimp.Resource)
def get_by_id(resource_id):
# Python wrapper for gimp_resource_get_by_id()
Returns a Gimp.Resource representing resource_id. Since Gimp.Resource is an abstract class, the real object type will actually be the proper subclass.
Since 3.0
- resource_id
The resource id.
- Returns