np, glad it helped...
i forgot to mention that if you are only interested in the effect and not the math behind it you could simply use the Multilayer node. check the manual page 476 (probably is a lot faster then the LayerX in most cases too)...
CODE
ColorWheel1 = ColorWheel(720, 576, 1, 0, 1, 1, 1);
Grad1 = Grad(720, 576, 1, 0.5, 0.5, 1, 0, 0, 1, 0, 0, 1, 0, 1,
0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0);
MultiLayer1 = MultiLayer("v4.0", "L1", 0, ColorWheel1, 1, "L1",
1, 0, "Over", 1, 0, 0, "rgba", 0, Grad1, 1, "L2", 1, 0, "Overlay",
1, 0, 0, "rgba", 1);
++ chris