Qix-/color

The issue has been closed
hex with rgba #188
DrDr3ck posted onGitHub
Hi,
if I got a rgb color on which I add an alpha, the hex function will only return the rgb transformation and not the rgba transformation. Is it expected ? Should we have a hexa() function that will return the rgba transformation ?
example: const color = Color("#72FFFF"); color.alpha(0.5); console.log(color.hex());
=> #72FFFF