Gimp.Image.prototype.get_base_type
function get_base_type(): Gimp.ImageBaseType {
// Gjs wrapper for gimp_image_get_base_type()
}
Get the base type of the image.
This procedure returns the image's base type. Layers in the image must be of this subtype, but can have an optional alpha channel.
- Returns
The image's base type.