GimpUi » GimpUi.ColorArea »

GimpUi.ColorArea.prototype.set_type

function set_type(type: GimpUi.ColorAreaType): void {
    // Gjs wrapper for gimp_color_area_set_type()
}
  

Changes the type of area. The GimpUi.ColorAreaType determines whether the widget shows transparency information and chooses the size of the checkerboard used to do that.

type

A GimpUi.ColorAreaType.

More Information

  • GimpUi.ColorArea