Appearance
function invert(hex): string;
Inverts a hex color by subtracting each channel from 255.
hex
string
invert('#336699') // => '#cc9966'
1.0.0