positional color(s)
R = (255 * ((height-y)/height)) % 255) G = ((255-abs(R-B)) * (R/255) * (B/255)) % 255 B = ((255 * (x/width)) % 255)