GimpUi.ColorArea.prototype.set_draw_border

function set_draw_border(draw_border: Boolean): void {
    // Gjs wrapper for gimp_color_area_set_draw_border()
}
  

The area can draw a thin border in the foreground color around itself. This function toggles this behaviour on and off. The default is not draw a border.

draw_border

whether to draw a border or not