Image (Deutsch)

Ein Bild, welches gezeichnet werden kann.

Konstruktoren

love.graphics.newArrayImageCreates a new array Image.
love.graphics.newCubeImageCreates a new cubemap Image.
love.graphics.newImageCreates a new Image.
love.graphics.newVolumeImageCreates a new volume Image.

Funktionen

Diese Funktionen haben runde Klammern an der falschen Stelle, weil das "Image" namespace in MediaWiki bereits reserviert ist.

(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.
Object:releaseImmediately destroys the object's Lua reference.
Object:typeGets the type of the object as a string.
Object:typeOfChecks whether an object is of a certain type.

Supertypes

Siehe auch


Other Languages