Gimp »

Gimp.HSV

const Gimp = imports.gi.Gimp;

let hSV = new Gimp.HSV({
    h: value
    s: value
    v: value
    a: value
});
  

Definitions and Functions relating to HSV colors.

Methods

  • Gimp.HSV.prototype.clamp
  • Gimp.HSV.prototype.set
  • Gimp.HSV.prototype.to_rgb

Fields

  • a
  • h
  • s
  • v

More Information

  • Gimp