1
|
<?xml version="1.0"?><phpdoc><index><chapter char="I"><element type="class" source="" sourcetype="class" name="ImlibColorRange">All functions relevant to creating and displaying color ranges</element><element type="functions" source="ImlibColorRange" sourcetype="class" name="ImlibColorRange">ImlibColorRange constructor</element><element type="class" source="" sourcetype="class" name="ImlibDraw">Does everything relevant to drawing or filling ellipses, lines, or rectangles</element><element type="functions" source="ImlibDraw" sourcetype="class" name="ImlibDraw">ImlibDraw constructor</element><element type="class" source="" sourcetype="class" name="ImlibPoly">Does everything relevant to creating and drawing or filling an n-point polygon</element><element type="functions" source="ImlibPoly" sourcetype="class" name="ImlibPoly">ImlibPoly constructor</element><element type="class" source="" sourcetype="class" name="ImlibCliprect">Provides variables and methods for a clipping rectangle</element><element type="functions" source="ImlibCliprect" sourcetype="class" name="ImlibCliprect">ImlibCliprect constructor</element><element type="class" source="" sourcetype="class" name="ImlibText">Does everything relevant to text drawing</element><element type="functions" source="ImlibText" sourcetype="class" name="ImlibText">ImlibText constructor</element><element type="class" source="" sourcetype="class" name="ImlibColor">Provides variables and methods for handling color</element><element type="functions" source="ImlibColor" sourcetype="class" name="ImlibColor">ImlibColor constructor</element><element type="class" source="" sourcetype="class" name="ImlibImage">Handles image loading and saving, parameters, manipulation, and rendering.</element><element type="functions" source="ImlibImage" sourcetype="class" name="ImlibImage">ImlibImage constructor</element><element type="package" source="" sourcetype="" name="Imlib"/></chapter><chapter char="a"><element type="functions" source="ImlibColorRange" sourcetype="class" name="add_color">Add a color to the color range at distance $x.</element><element type="functions" source="ImlibColorRange" sourcetype="class" name="add_color_array">Add a color to the color range at distance $x.</element><element type="functions" source="ImlibPoly" sourcetype="class" name="add_point">Add a point to the current polygon</element></chapter><chapter char="c"><element type="functions" source="ImlibColorRange" sourcetype="class" name="create">Create a new color range</element><element type="functions" source="ImlibImage" sourcetype="class" name="create">Create an image resource to use with this instance</element><element type="variables" source="ImlibColorRange" sourcetype="class" name="$cr">Resource id# of the current color range</element><element type="functions" source="ImlibPoly" sourcetype="class" name="contains_point">Checks if the current polygon contains a given point</element><element type="variables" source="ImlibCliprect" sourcetype="class" name="$cliprect">The array defining the cliprect (x,y,w,h)</element><element type="variables" source="ImlibCliprect" sourcetype="class" name="$cliprect_inuse">A boolean that determines if a cliprect is in use or not</element><element type="variables" source="ImlibColor" sourcetype="class" name="$color">The array defining the color (r,g,b,a)</element><element type="functions" source="ImlibImage" sourcetype="class" name="create_clone">Create a clone of the current instance, return a new ImlibImage</element><element type="functions" source="ImlibImage" sourcetype="class" name="create_cropped">Create a cropped ImlibImage from a region of the current instance, return a new ImlibImage</element><element type="functions" source="ImlibImage" sourcetype="class" name="create_cropped_scaled">Create a cropped, scaled ImlibImage from a region of the current instance, return a new ImlibImage</element><element type="functions" source="ImlibImage" sourcetype="class" name="create_rotated">Create a rotated ImlibImage, return a new ImlibImage</element><element type="functions" source="ImlibImage" sourcetype="class" name="create_scaled">Create a scaled ImlibImage, return a new ImlibImage</element></chapter><chapter char="f"><element type="functions" source="ImlibColorRange" sourcetype="class" name="free">Free the current color range</element><element type="functions" source="ImlibPoly" sourcetype="class" name="free">Free the current polygon</element><element type="functions" source="ImlibText" sourcetype="class" name="free">Free the currently loaded font</element><element type="functions" source="ImlibImage" sourcetype="class" name="free">Free the current instance and image resource</element><element type="functions" source="ImlibColorRange" sourcetype="class" name="fill_rectangle">Fill the current image with a rectangle using the current color range</element><element type="functions" source="ImlibDraw" sourcetype="class" name="fill_rectangle">Fill a rectangle</element><element type="functions" source="ImlibDraw" sourcetype="class" name="fill_ellipse">Fill an ellipse</element><element type="functions" source="ImlibPoly" sourcetype="class" name="fill">Fill the current polygon on the current image</element><element type="variables" source="ImlibText" sourcetype="class" name="$fnt">Resource id# of the currently loaded font</element><element type="functions" source="ImlibImage" sourcetype="class" name="flip_diagonal">Flip the current image diagonally</element><element type="functions" source="ImlibImage" sourcetype="class" name="flip_horizontal">Flip the current image horizontally</element><element type="functions" source="ImlibImage" sourcetype="class" name="flip_vertical">Flip the current image vertically</element></chapter><chapter char="s"><element type="functions" source="ImlibColorRange" sourcetype="class" name="set_image">Set the image to draw the color range on</element><element type="functions" source="ImlibDraw" sourcetype="class" name="set_image">Set the image resource id# to draw on</element><element type="functions" source="ImlibPoly" sourcetype="class" name="set_image">Set the image resource id# to draw on</element><element type="functions" source="ImlibText" sourcetype="class" name="set_image">Set the image resource id# to draw on</element><element type="functions" source="ImlibCliprect" sourcetype="class" name="set_cliprect">Set the four values of the cliprect. 0 for X disables the cliprect.</element><element type="functions" source="ImlibCliprect" sourcetype="class" name="set_cliprect_array">Set the array that defines the cliprect (x,y,w,h)</element><element type="functions" source="ImlibCliprect" sourcetype="class" name="set_cliprect_inuse">Set the boolean that determines if the cliprect is in use</element><element type="functions" source="ImlibColor" sourcetype="class" name="set_color">Set the current color using the four components</element><element type="functions" source="ImlibColor" sourcetype="class" name="set_color_array">Set the current color using an array of 4 elements (r,g,b,a)</element><element type="functions" source="ImlibImage" sourcetype="class" name="save">Save the current instance to a file</element><element type="functions" source="ImlibImage" sourcetype="class" name="set_format">Set the image format for the current instance</element><element type="functions" source="ImlibImage" sourcetype="class" name="sharpen">Sharpen an image with a given sharpen radius</element></chapter><chapter char="i"><element type="variables" source="ImlibColorRange" sourcetype="class" name="$im">Resource id# of the image to draw on</element><element type="variables" source="ImlibDraw" sourcetype="class" name="$im">Resource id# of the image to draw on</element><element type="variables" source="ImlibPoly" sourcetype="class" name="$im">Resource id# of the image to draw on</element><element type="variables" source="ImlibText" sourcetype="class" name="$im">Resource id# of the image to draw on</element><element type="variables" source="ImlibImage" sourcetype="class" name="$id">The image resource id#</element></chapter><chapter char="_"><element type="functions" source="ImlibDraw" sourcetype="class" name="_draw_something">Callback for drawing everything</element><element type="functions" source="ImlibImage" sourcetype="class" name="_get_cb">Callback for functions which query the current instance&apos;s attributes</element><element type="functions" source="ImlibImage" sourcetype="class" name="_no_param_cb">Callback for functions which flip or tile the current instance</element></chapter><chapter char="d"><element type="functions" source="ImlibDraw" sourcetype="class" name="draw_ellipse">Draw an ellipse</element><element type="functions" source="ImlibDraw" sourcetype="class" name="draw_line">Draw a line</element><element type="functions" source="ImlibDraw" sourcetype="class" name="draw_rectangle">Draw a rectangle</element><element type="functions" source="ImlibPoly" sourcetype="class" name="draw">Draw the current polygon on the current image</element><element type="functions" source="ImlibText" sourcetype="class" name="draw">Draw a text string onto the current image</element><element type="functions" source="ImlibImage" sourcetype="class" name="dump">Output the raw image data of the current instance to stdout</element></chapter><chapter char="g"><element type="functions" source="ImlibDraw" sourcetype="class" name="get_image">Get the current image resource id#</element><element type="functions" source="ImlibPoly" sourcetype="class" name="get_image">Get the current image resource id#</element><element type="functions" source="ImlibText" sourcetype="class" name="get_image">Get the current image resource id#</element><element type="functions" source="ImlibPoly" sourcetype="class" name="get_bounds">Get the bounds of the polygon</element><element type="functions" source="ImlibCliprect" sourcetype="class" name="get_cliprect">Get the four values of the cliprect</element><element type="functions" source="ImlibCliprect" sourcetype="class" name="get_cliprect_array">Get the array that defines the cliprect (x,y,w,h)</element><element type="functions" source="ImlibCliprect" sourcetype="class" name="get_cliprect_inuse">Get the boolean that determines if a cliprect is in use or not</element><element type="functions" source="ImlibText" sourcetype="class" name="get_size">Get the width and height of a given string if it were drawn</element><element type="functions" source="ImlibColor" sourcetype="class" name="get_color">Get the four color components as by-reference variables</element><element type="functions" source="ImlibColor" sourcetype="class" name="get_color_array">Get the color array currently defined, if it is defined</element><element type="functions" source="ImlibImage" sourcetype="class" name="get_filename">Get the current filename, if it&apos;s set</element><element type="functions" source="ImlibImage" sourcetype="class" name="get_format">Get the current image format. The default is png.</element><element type="functions" source="ImlibImage" sourcetype="class" name="get_height">Get the current image&apos;s height</element><element type="functions" source="ImlibImage" sourcetype="class" name="get_id">Get the current image&apos;s resource id#</element><element type="functions" source="ImlibImage" sourcetype="class" name="get_width">Get the current image&apos;s width</element></chapter><chapter char="n"><element type="functions" source="ImlibPoly" sourcetype="class" name="new_poly">Create a new polygon</element></chapter><chapter char="p"><element type="variables" source="ImlibPoly" sourcetype="class" name="$poly">The resource id# of the current polygon</element></chapter><chapter char="l"><element type="functions" source="ImlibText" sourcetype="class" name="load">Load a font</element><element type="functions" source="ImlibImage" sourcetype="class" name="load">Load an image file into the current instance</element></chapter><chapter char="b"><element type="functions" source="ImlibImage" sourcetype="class" name="blend_onto_image">Blend a region of the current image onto the region of another ImlibImage</element><element type="functions" source="ImlibImage" sourcetype="class" name="blur">Blur an image with a given blur radius</element></chapter><chapter char="h"><element type="functions" source="ImlibImage" sourcetype="class" name="has_alpha">Check if the image has an alpha channel</element></chapter><chapter char="m"><element type="functions" source="ImlibImage" sourcetype="class" name="modify_alpha">Set the alpha channel of an image</element></chapter><chapter char="t"><element type="functions" source="ImlibImage" sourcetype="class" name="tile">Seamlessly tile the current image both horizontally and vertically</element><element type="functions" source="ImlibImage" sourcetype="class" name="tile_horizontal">Seamlessly tile the current image horizontally</element><element type="functions" source="ImlibImage" sourcetype="class" name="tile_vertical">Seamlessly tile the current image vertically</element></chapter></index></phpdoc>
|