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