Gimp.Channel.get_color

@accepts(Gimp.Channel)
@returns(Gegl.Color)
def get_color(self):
    # Python wrapper for gimp_channel_get_color()
  

Get the compositing color of the specified channel.

This procedure returns the specified channel's compositing color.

self

The channel.

Returns