color_lesslight.py revision 56dcb73b5a1df7498fc6c7722ac4a380b9646fad
import coloreffect, inkex
class C(coloreffect.ColorEffect):
#inkex.debug("hsl: " + str(hsl[0]) + ", " + str(hsl[1]) + ", " + str(hsl[2]))
c = C()
c.affect()