3D Morton walk of the RGB color cube projected on a 2D ZigZag curve starting at (0, 0). Generated by calculating the distance of each coordinate pair (x, y) from the starting point, and then decoding the RGB channels as the interleaved bits of that distance.