Difference between revisions of "Silhouette Module Reference"
Jump to navigation
Jump to search
(Created page with "== The fx Module == All of Silhouette's built-in functions are defined in the <tt>fx</tt> module. The easiest way to make use of the module is to use the Python statement <tt...") |
|||
Line 3: | Line 3: | ||
All of Silhouette's built-in functions are defined in the <tt>fx</tt> module. The easiest way to make use of the module is to use the Python statement <tt>from fx import *</tt>. | All of Silhouette's built-in functions are defined in the <tt>fx</tt> module. The easiest way to make use of the module is to use the Python statement <tt>from fx import *</tt>. | ||
− | === | + | === Global Functions === |
− | === | + | === Global Constants === |
== fx Objects == | == fx Objects == |
Revision as of 23:09, 17 November 2012
The fx Module
All of Silhouette's built-in functions are defined in the fx module. The easiest way to make use of the module is to use the Python statement from fx import *.