Method
GimpChannelcombine_masks
Declaration [src]
gboolean
gimp_channel_combine_masks (
  GimpChannel* channel1,
  GimpChannel* channel2,
  GimpChannelOps operation,
  gint offx,
  gint offy
)
Description [src]
Combine two channel masks.
This procedure combines two channel masks. The result is stored in the first channel.
Parameters
- channel2
- 
            Type: GimpChannelThe channel2. The data is owned by the caller of the method. 
- operation
- 
            Type: GimpChannelOpsThe selection operation. 
- offx
- 
            Type: gintX offset between upper left corner of channels: (second - first). 
- offy
- 
            Type: gintY offset between upper left corner of channels: (second - first).