1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
<?xml version="1.0" encoding="UTF-8" ?>
<class xmlns="http://xml.phpdox.net/src" full="SWFGradient" namespace="" name="SWFGradient">
<method name="addEntry" abstract="false" static="false" final="false">
<docblock>
<description compact="Adds an entry to the gradient list">swfgradient::addentry adds an entry to the gradient list. ratio is a number between 0 and 1 indicating where in the gradient this color appears. Thou shalt add entries in order of increasing ratio.</description>
<return type="void"/>
</docblock>
<parameter name="ratio" optional="false" byreference="false" type="object" class="float"/>
<parameter name="red" optional="false" byreference="false" type="int"/>
<parameter name="green" optional="false" byreference="false" type="int"/>
<parameter name="blue" optional="false" byreference="false" type="int"/>
<parameter name="alpha" optional="true" byreference="false" type="int"/>
</method>
<constructor name="__construct" abstract="false" static="false" final="false">
<docblock>
<description compact="Creates a gradient object">swfgradient creates a new SWFGradient object.</description>
<return type="void"/>
</docblock>
</constructor>
</class>
|