Gimp.Channel.set_color
@accepts(Gimp.Channel, Gimp.RGB)
@returns(bool)
def set_color(self, color):
# Python wrapper for gimp_channel_set_color()
Set the compositing color of the specified channel.
This procedure sets the specified channel's compositing color.
- self
The channel.
- color
The new channel compositing color.
- Returns