global

def fade_out(amount)

def fade_out(amount)
  dup.tap { |color| color.alpha -= amount }
end