Difference between revisions of "Category:image"

From Inspired-Lua Wiki
Jump to navigation Jump to search
(Created page with "== Quick Overview== *'''image.copy'''(width, height) : Returns a copy of the input image scaled to fit the specified pixel width and height. *'''image.height'''(image) :...")
 
Line 1: Line 1:
 
== Quick Overview==
 
== Quick Overview==
*'''[[image.copy]]'''(width, height) : Returns a copy of the input image scaled to fit the specified pixel width and height.  
+
*'''[[image.copy]]'''([[TI.Image]], width, height) : Returns a copy of the input image scaled to fit the specified pixel width and height.  
*'''[[image.height]]'''(image) : Returns the height of the ''image''
+
*'''[[image.height]]'''([[TI.Image]]) : Returns the height of the ''image''
 
*'''[[image.new]]'''([[TI.Image]]) : Allocates a new TI.Image
 
*'''[[image.new]]'''([[TI.Image]]) : Allocates a new TI.Image
*'''[[image.width]]'''(image) : Returns the width of the ''image''
+
*'''[[image.width]]'''([[TI.Image]]) : Returns the width of the ''image''

Revision as of 23:07, 24 May 2011

Quick Overview

Pages in category "image"

The following 6 pages are in this category, out of 6 total.