Difference between revisions of "Image"

m (Updated queries.)
(Applying listings to included added and removed fields.)
Line 4: Line 4:
 
| headers=hide
 
| headers=hide
 
| default=None.
 
| default=None.
 +
| format=template
 +
| template=ListingFields
 +
| introtemplate=ListingIntro
 +
| outrotemplate=ListingOutro
 
| ?Description
 
| ?Description
 +
| ?PrettySince
 +
| ?PrettyRemoved
 
}}
 
}}
 
== Functions ==
 
== Functions ==
Line 10: Line 16:
 
{{#ask: [[Category:Functions]] [[parent::Image||Drawable||Object]][[Concept:Current]]
 
{{#ask: [[Category:Functions]] [[parent::Image||Drawable||Object]][[Concept:Current]]
 
| headers=hide
 
| headers=hide
 +
| format=template
 +
| template=ListingFields
 +
| introtemplate=ListingIntro
 +
| outrotemplate=ListingOutro
 
| ?Description
 
| ?Description
 +
| ?PrettySince
 +
| ?PrettyRemoved
 
}}
 
}}
  

Revision as of 23:18, 29 March 2013

Drawable image type.

Constructors

love.graphics.newArrayImage Creates a new array Image. Added since 11.0
love.graphics.newCubeImage Creates a new cubemap Image. Added since 11.0
love.graphics.newImage Creates a new Image.
love.graphics.newVolumeImage Creates a new volume Image. Added since 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. Added since 0.9.0 Removed in 11.0
(Image):getFlags Gets the flags used when the image was created. Added since 0.10.0 Removed in 11.0
(Image):isCompressed Gets whether the Image was created from CompressedData. Added since 0.9.0
(Image):isFormatLinear Gets whether the Image was created with a the linear (non-gamma corrected) flag set to true. Added since 11.0
(Image):refresh Reloads the Image's contents from the ImageData or CompressedData used to create the image. Added since 0.9.0 Removed in 11.0
(Image):replacePixels Replace the contents of an Image. Added since 11.0
Object:release Immediately destroys the object's Lua reference. Added since 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