@jkaniarz there are (or should be) no spaces in either quotation. I didn't like how it looked when I added a regular space in the lowest position of both, because it was kinda visually jarring I guess
@aeva@drj It’s actually a nicer divide. 9 elements means 0 to 8, which lets you divide by 8 to get 0.0 to 1.0 range. A lot of dithering algorithms have trouble with pure black or pure white because you need 2^n + 1 color values to balance it out.