[ Version ( since = "3.0" ) ]
public static bool id_is_channel (int item_id)
Returns whether the item ID is a channel.
This procedure returns true if the specified item ID is a channel.
*Note*: in most use cases, you should not use this function. See [func@Gimp.Item.id_is_layer] for a discussion on alternatives.
| item_id |
The item ID. |
|
TRUE if the item ID is a channel, FALSE otherwise. |