PSET Bug with negative fractional color values

Published 2023-06-12

Saw some unexpected behavior today with pset(x,y,c) when c negative and fractional.

If I add a floor command, then the funny stippling goes away. e.g. pset(i,j,flr((i-16)/32))