CwGetTool

Syntax:

hTool = CwGetTool(hEffect)

        hTool           (handle) The handle to the tool of the effect

        hEffect         (handle) The handle to an effect

Description:

This function returns a handle to the tool associated with the provided effect "hEffect".

Example:

/* 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