rgb2hex {colorplane} | R Documentation |
convert rgb colors to hex colors
rgb2hex(r, g, b, alpha)
r |
the red color component |
g |
the green color component |
b |
the blue color component |
alpha |
the alpha component |
a hex color represenation as 'character' vector