Convert ExtColors to hex string (#RGB) or hex string with alpha channel (#RGBA)
toHex : Chroma.Types.ExtColor -> String
Takes a result from getColor and returns Integer (0-255) RGB values.
toHexAlpha : Chroma.Types.ExtColor -> String
Takes a result from getColor and returns Integer (0-255) RGB and alpha values.