Gimp.Channel.prototype.get_show_masked

function get_show_masked(): Boolean {
    // Gjs 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.

Returns

The channel composite method.