Minerva #5

Some patterns shift in unexpected ways when you change how the brightness behaves. This one started with a monochrome sketch, Minerva #3, then doubling the values and wrapping them back around to create a sharp break in the middle of the scale — a contrast that wasn’t there before. It’s still the same underlying pattern, just seen through a different lens.

For the nerds: (v is value, the V in HSV) $$ v \to 2.0 * v \bmod 1.0$$