Gimp.Channel.get_show_masked
@accepts(Gimp.Channel)
@returns(bool)
def get_show_masked(self):
# Python wrapper for gimp_channel_get_show_masked()
Get the composite method of the specified channel.
This procedure returns the specified channel's composite method. If it is TRUE, then the channel is composited with the image so that masked regions are shown. Otherwise, selected regions are shown.
- self
The channel.
- Returns