GimpUi » GimpUi.ColorButton »

GimpUi.ColorButton.prototype.set_type

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

Sets the button to the given type. See also GimpUi.ColorArea.prototype.set_type.

type

the new GimpUi.ColorAreaType

More Information

  • GimpUi.ColorButton