A small tool for converting and tweaking color formats
I made this tool, since I often have to put colors from designs into code, and shaders and Unity want quite different formats, than what design software offers. After dealing with this by hand for a while, I decided that a small tool would be interesting to develop and be useful for a long time afterwards.
Later the ability to tweak colors was added, since parsing from/to rgb/hsl already worked.
Special care had to be taken with the sliders, so that they don't lock up/move unexpectetly with some color configurations, like with no/full saturation or lightness.
Same for being able to directly change the values in the color string.
design
nextjs