23 24 25 26
# File 'lib/tinct.rb', line 23 def hue=(hue) copy(Tinct.hsl(hue, saturation, lightness, alpha)) hue end