I have been working on a color palette for stvid that works with various conditions of colorblindness.
I used this website to test the images:
The colors I am limited to is the Matplotlib "named colors".
I have been working on a color palette for stvid that works with various conditions of colorblindness.
I used this website to test the images:
The colors I am limited to is the Matplotlib "named colors".
Matplotlib named colors with Protanopia simulated colors.
Matplotlib named colors with Deuteranopia simulated colors.
Matplotlib named colors with Tritanopia simulated colors.
Hi, thanks for the feedback.
The C1 - C9 is what default stvid is using. I did try a version where I patched fourframe.py to use the matplotlib tableau-10 colorblind palette, but it wasn't really good in this case.
I tried the hex colors, which I really wanted to use, but using them, trying different quoting, didn't work in stvid's configuration.ini, so that would have required patching the application somewhere.
The same was true for the Matplotlib xkcd: colors as for hex colors.