Difference between revisions of "Image"

Line 1: Line 1:
 
Drawable image type.
 
Drawable image type.
 +
== Constructors ==
 +
{{#ask: [[Category:Functions]] [[Constructs::Image]] [[Since::<071]]
 +
| headers=hide
 +
| default=None.
 +
| ?Description
 +
}}
 
== 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.
Line 11: Line 17:
 
== See Also ==
 
== See Also ==
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]
* [[love.graphics.newImage]]
 
 
[[Category:Types]]
 
[[Category:Types]]
 
{{#set:Description=Drawable image type.}}
 
{{#set:Description=Drawable image type.}}

Revision as of 10:01, 25 March 2011

Drawable image type.

Constructors

love.graphics.newImageCreates a new Image.

Functions

These functions have parentheses in odd places. This is because the Image: namespace is reserved in Mediawiki.

(Image):getDataGets the original ImageData or CompressedData used to create the Image.
(Image):getFlagsGets the flags used when the image was created.
(Image):isCompressedGets whether the Image was created from CompressedData.
(Image):isFormatLinearGets whether the Image was created with a the linear (non-gamma corrected) flag set to true.
(Image):refreshReloads the Image's contents from the ImageData or CompressedData used to create the image.
(Image):replacePixelsReplace the contents of an Image.
BodyBodies are objects with velocity and position.
CanvasOff-screen render target.
Canvas (Nederlands)Off-screen render target.
CircleShapeCircle extends Shape and adds a radius and a local position.
ContactContacts are objects created to manage collisions in worlds.
DataThe superclass of all data.
DecoderAn object which can gradually decode a sound file.
DistanceJointKeeps two bodies at the same distance.
DrawableSuperclass for all things that can be drawn on screen.
FileRepresents a file on the filesystem.
FileDataData representing the contents of a file.
FontDefines the shape of characters than can be drawn onto the screen.
FontDataA FontData represents a font.
FramebufferOff-screen render target.
GearJointKeeps bodies together in such a way that they act like gears.
GlyphDataA GlyphData represents a drawable symbol of a font.
ImageDrawable image type.
ImageDataRaw (decoded) image data.
JointAttach multiple bodies together to interact in unique ways.
MeshA 2D polygon mesh used for drawing arbitrary textured shapes.
MouseJointFor controlling objects with the mouse.
Object:typeGets the type of the object as a string.
Object:typeOfChecks whether an object is of a certain type.
ParticleSystemUsed to create cool effects, like fire.
PolygonShapePolygon is a convex polygon with up to 8 sides.
PrismaticJointRestricts relative motion between Bodies to one shared axis.
PulleyJointAllows you to simulate bodies connected through pulleys.
QuadA quadrilateral with texture coordinate information.
RasterizerA Rasterizer represents font data and glyphs.
RevoluteJointAllow two Bodies to revolve around a shared point.
ShapeShapes are objects used to control mass and collisions.
Shape (Français)Les Shapes sont des objets pour contrôler les masses et les collisions.
SoundDataContains raw audio samples.
SourceA Source represents audio you can play back.
SpriteBatchStore image positions in a buffer, and draw it in one call.
SpriteBatch (Français)Stock des positions d'image dans un tampon, puis les trace en un seul appel.
TextDrawable text.
TextureSuperclass for drawable objects which represent a texture.
ThreadA Thread represents a thread.
VideoA drawable video.
WorldA world is an object that contains all bodies and joints.

Supertypes

Drawable Object

See Also


Other Languages