Change Colorama Colors Via Scripting
Observe the following code:
mycomp = get_comp_by_name("BACK")
var jj = mycomp.layers[1].property("Effects").addProperty("APC Colorama")
jj.property("Blend With Original").setValue(50)
jj.property("Use Preset Palette").setValue(6)
jj.property("Output Cycle").setValue([6, 8, 10])
The first two properties are able to be modified successfully. However, no matter the argument I give to setValue of the last line (for "Output Cycle"), I always end up with the following error from After Effects:

Is it possible individually manage every color used in the Output Cycle of Colorama (you are able to with the GUI, so I would hope you could with a script)? As I demonstrated in the line before, you can change which preset palette you select, but I'm not sure how to change individual colors on the Output Cycle wheel (how many, what color, at what rotation, alpha, etc.)
Is it possible to have that level of control for Colorama with After Effects scripting? If not, what would you suggest as a scriptable alternative to achieve similar effects (mapping grays to different hues)?
