get_channels


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
public (unowned Channel)[] get_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.

Parameters:

this

The image.

Returns:

The list of channels contained in the image. The returned value must be freed with g_free.