hTool = CwGetTool(hEffect)
hTool (handle) The handle to the tool of the effect
hEffect (handle) The handle to an effect
/* Attempt to set the color of the effect referenced by "object". */
tool = CwGetTool(object)
if CwHasProperty(tool, "Color") then do
call CwSetProperty tool, "Color", "Blue"
end
![]() Functions by NAME |
![]() Index |
![]() Functions by PURPOSE |