Gimp.Channel.get_opacity

@accepts(Gimp.Channel)
@returns(float)
def get_opacity(self):
    # Python wrapper for gimp_channel_get_opacity()
  

Get the opacity of the specified channel.

This procedure returns the specified channel's opacity.

self

The channel.

Returns