# File lib/gd2/palette.rb, line 122
    def exact!(color)
      exact(color) or raise Palette::ColorNotFoundError,
        "Color #{color} is not in the palette"
    end