// Create an effect with color "black"variable tProps asArrayputtheemptyarrayinto tPropsputcolor [0,0,0] into tProps["color"]variable tEffect asEffectput outer shadoweffectwithproperties tProps into tEffect// Change effect color to green.setthecolorof tEffect tocolor [0,1,0]