global

def fade_out(amount)

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