# File lib/gd2/palette.rb, line 158
    def <<(color)
      exact(color) or allocate(color)
      self
    end