Difference between revisions of "Image"
(Applying listings to included added and removed fields.) |
m (Image: in italics) |
||
Line 13: | Line 13: | ||
}} | }} | ||
== Functions == | == Functions == | ||
− | These functions have parentheses in odd places. This is because the Image: namespace is reserved in Mediawiki. | + | These functions have parentheses in odd places. This is because the ''Image:'' namespace is reserved in Mediawiki. |
{{#ask: [[Category:Functions]] [[parent::Image||Drawable||Object]][[Concept:Current]] | {{#ask: [[Category:Functions]] [[parent::Image||Drawable||Object]][[Concept:Current]] | ||
| headers=hide | | headers=hide |
Revision as of 20:09, 8 July 2013
Drawable image type.
Constructors
love.graphics.newArrayImage | Creates a new array Image. | 11.0 | |
love.graphics.newCubeImage | Creates a new cubemap Image. | 11.0 | |
love.graphics.newImage | Creates a new Image. | ||
love.graphics.newVolumeImage | Creates a new volume Image. | 11.0 |
Functions
These functions have parentheses in odd places. This is because the Image: namespace is reserved in Mediawiki.
(Image):getData | Gets the original ImageData or CompressedData used to create the Image. | 0.9.0 | 11.0 |
(Image):getFlags | Gets the flags used when the image was created. | 0.10.0 | 11.0 |
(Image):isCompressed | Gets whether the Image was created from CompressedData. | 0.9.0 | |
(Image):isFormatLinear | Gets whether the Image was created with a the linear (non-gamma corrected) flag set to true. | 11.0 | |
(Image):refresh | Reloads the Image's contents from the ImageData or CompressedData used to create the image. | 0.9.0 | 11.0 |
(Image):replacePixels | Replace the contents of an Image. | 11.0 | |
Object:release | Immediately destroys the object's Lua reference. | 11.0 | |
Object:type | Gets the type of the object as a string. | ||
Object:typeOf | Checks whether an object is of a certain type. |
Supertypes
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