Gimp.HSL
from gi.repository import Gimp
h_sl = Gimp.HSL()
Used to keep HSL and HSLA colors. All components are in a range of [0.0..1.0].
from gi.repository import Gimp
h_sl = Gimp.HSL()
Used to keep HSL and HSLA colors. All components are in a range of [0.0..1.0].