Gimp.Image.prototype.list_channels

function list_channels(): Array(Gimp.Channel) {
    // Gjs wrapper for gimp_image_list_channels()
}
  

Returns the list of channels contained in the specified image.

This procedure returns the list of channels contained in the specified image. This does not include the selection mask, or layer masks. The order is from topmost to bottommost. Note that "channels" are custom channels and do not include the image's color components.

Since 3.0

Returns

The list of channels contained in the image. The returned list must be freed with g_list_free(). Channel elements belong to libgimp and must not be freed.