Gimp.Channel.prototype.get_color

function get_color(): [ok: Boolean, color: Gimp.RGB] {
    // Gjs wrapper for gimp_channel_get_color()
}
  

Get the compositing color of the specified channel.

This procedure returns the specified channel's compositing color.

ok

TRUE on success.

color

The channel compositing color.