# File lib/prawn/graphics/color.rb, line 84
      def rgb2hex(rgb)
        rgb.map { |e| "%02x" % e }.join
      end