You don't necessarily need vertex colors for this. You could just take the bounds, offset it by -0.5 on the x and y, take the absolute value of it, and measure the distance of it compared to 0,0. Then apply some contrast to better control the falloff, and use that instead of the vertex colors. This would give you a 2d…