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