Difference between revisions of "love.image.newImageData"
m |
(redundancy and incorrect summary) |
||
Line 1: | Line 1: | ||
− | Create a new | + | Create a new ImageData object. |
== Function == | == Function == | ||
=== Synopsis === | === Synopsis === | ||
Line 17: | Line 17: | ||
=== Arguments === | === Arguments === | ||
{{param|string|filename|The filename of the image file.}} | {{param|string|filename|The filename of the image file.}} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== Returns === | === Returns === | ||
{{param|ImageData|imageData|The new ImageData object.}} | {{param|ImageData|imageData|The new ImageData object.}} |
Revision as of 06:22, 25 December 2010
Create a new ImageData object.
Contents
Function
Synopsis
imageData = love.image.newImageData( x, y )
Arguments
Returns
ImageData imageData
- The new ImageData object.
Function
Synopsis
imageData = love.image.newImageData( filename )
Arguments
string filename
- The filename of the image file.
Returns
ImageData imageData
- The new ImageData object.
Function
Synopsis
imageData = love.image.newImageData( data )
Arguments
Data data
- The encoded data to decode into image data.
Returns
ImageData imageData
- The new ImageData object.
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info