Gimp.Channel.get_color
@accepts(Gimp.Channel, Gimp.RGB)
@returns(bool)
def get_color(self, color):
# 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.
- color
The channel compositing color.
- Returns