1
|
<?xml version="1.0"?><phpdoc><class name="ImlibColor" extends="" undoc="false" access="public" package="Imlib"><file>/home/matt/src/cvs/imlib/docs/class.ImlibColor.php</file><doc><author email="cardinal@dodds.net">Matt McClanahan</author><description>The variables and methods in this class provide a way to get and set thecolor to be used by any text or drawing functions.</description><shortdescription>Provides variables and methods for handling color</shortdescription><version>0.3</version></doc><function name="ImlibColor" undoc="false" access="public"><doc><return type="void"/><description/><shortdescription>ImlibColor constructor</shortdescription></doc></function><function name="get_color" undoc="false" access="public"><doc><parameter name="&$r" type="int">Red</parameter><parameter name="&$g" type="int">Blue</parameter><parameter name="&$b" type="int">Green</parameter><parameter name="&$a" type="int">Alpha</parameter><return name="" type="mixed">False if a color isn&apos;t set, the color array otherwise</return><description/><shortdescription>Get the four color components as by-reference variables</shortdescription></doc></function><function name="get_color_array" undoc="false" access="public"><doc><return name="" type="mixed">False if a color isn&apos;t set, the color array otherwise</return><description/><shortdescription>Get the color array currently defined, if it is defined</shortdescription></doc></function><function name="set_color" undoc="false" access="public"><doc><parameter name="$r" type="int"/><parameter name="$g" type="int"/><parameter name="$b" type="int"/><parameter name="$a" type="int"/><return type="void"/><description/><shortdescription>Set the current color using the four components</shortdescription></doc></function><function name="set_color_array" undoc="false" access="public"><doc><parameter name="$arr" type="array">array</parameter><return type="void"/><description/><shortdescription>Set the current color using an array of 4 elements (r,g,b,a)</shortdescription></doc></function><variable name="$color" access="private" type="array"><doc><description/><shortdescription>The array defining the color (r,g,b,a)</shortdescription></doc></variable><subclasses><subclass>ImlibCliprect</subclass><subclass>ImlibText</subclass></subclasses></class></phpdoc>
|