The documentation states that it is possible to have a color picker but I haven't been able to get it working.
Tried the following.
Script.a = "" --color
Script.b = Vec4(0,0,0,0) --color
Script.c = Vec3(0,0,0) --color
The particle emitter has a color picker in it so it must be possible.