call CwSetTool hEffect, sToolName hEffect (handle) Handle to the effect to change. sToolName (string) Name of the tool to switch to.
Available tool names are:
"Custom Tool" "Bitmap" "Solid Color" "Wave" "Lens" "Emboss" "Contrast & Brightness" "Greyscale" "Color Fade" "Button" "Noise" "Pixelate" "Blur" "Sharpen"
/* Create an effect, then change its tool to "Color fade". */ w1 = CwCreateEffect("headline text", "color fade") call CwSetPosition w1, 5.5, 4.25, 5, 4, 0, 0 call CwSetTool w1, "solid color"
Functions by NAME |
Index |
Functions by PURPOSE |