Let's say I have an array of, say, 50 picture boxes.
I want the first one to have a backcolor whose Hue is 0, the next to have a Hue of 1, and so forth. But since HSB and RGB are not perfectly interchangeable, how would I code this using a for-next loop?