Method: Tinct#hue=

Defined in:
lib/tinct.rb

#hue=(hue) ⇒ Object



23
24
25
26
# File 'lib/tinct.rb', line 23

def hue=(hue)
  copy(Tinct.hsl(hue, saturation, lightness, alpha))
  hue
end