Been doing more refactoring. Converting a lot of parameters to ScalarParameters, adding RGBA functionality back in, etc... Added a new type of RGBA function as well, which rotates a color in color-space around an axis, by a given angle. The axis coordinates and angle are all ScalarParameters, so they can either be constant or hooked up to noise functions. Here are a few images generated while testing the module:
Looks kind of pretty, but I honestly don't know how useful it would be.
Accidental Noise Library
I guess it's as useful as palette cycling - simple in itself, but great for adding a bit of interest. Especially as you allow synthesis functions as input.
Does it work just with the RGB colour space, or others too?
Have you thought about doing any other colour space transformations? No idea what use it'd be, but could be interesting!