File: SWFGradient.xml

package info (click to toggle)
phpdox 0.12.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 7,672 kB
  • sloc: xml: 80,724; php: 9,167; makefile: 13
file content (20 lines) | stat: -rw-r--r-- 1,236 bytes parent folder | download | duplicates (3)
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>