gimp-layer-group-new

Barak Itkin <lightningismyname@gmail.com>

Description

Create a new layer group.

Help

This procedure creates a new layer group. Attributes such as layer mode and opacity should be set with explicit procedure calls. Add the new layer group (which is a kind of layer) with the 'gimp-image-insert-layer' command. Other procedures useful with layer groups: 'gimp-image-reorder-item', 'gimp-item-get-parent', 'gimp-item-get-children', 'gimp-item-is-group'.


Type

unknown

Parameters

Type Name Description
PF_IMAGE image The image to which to add the layer group

Return

Type Name Description
PF_LAYER layer-group The newly created layer group