Glitchfinder
Staff
I'm trying to make a custom transition script, and have run into a problem. Specifically, cycling through every possibly color and changing it to something else. I know that this kind of thing will create impossible amounts of lag for most systems, but I plan to use it on other ways.
So, is there any simple way to cycle through every possible color? Or, if not, how would I go about doing it? I can post the bit I do have for reference, if you guys need it.
Please note that it is not cycling through ever possible color at the same time, but through every possible color between a a range of values, say Color.new(0, 0, 0, 255) and Color.new(30, 30, 30, 255), where it gets ever possible color between those values.
So, is there any simple way to cycle through every possible color? Or, if not, how would I go about doing it? I can post the bit I do have for reference, if you guys need it.
Please note that it is not cycling through ever possible color at the same time, but through every possible color between a a range of values, say Color.new(0, 0, 0, 255) and Color.new(30, 30, 30, 255), where it gets ever possible color between those values.