Searched refs:randomize_hsl (Results 1 - 1 of 1) sorted by relevance

/inkscape/share/extensions/
H A Dcolor_randomize.py32 def randomize_hsl(self, limit, current_value): member in class:C
48 hsl[0] = self.randomize_hsl(self.options.hue_range, hsl[0])
50 hsl[1] = self.randomize_hsl(self.options.saturation_range, hsl[1])
52 hsl[2] = self.randomize_hsl(self.options.lightness_range, hsl[2])

Completed in 13 milliseconds