Texture:getPixelHeight

Available since LÖVE 11.0
This method is not supported in earlier versions.

Gets the height in pixels of the Texture.

Texture:getHeight gets the height of the texture in units scaled by the texture's DPI scale factor, rather than pixels. Use getHeight for calculations related to drawing the texture (calculating an origin offset, for example), and getPixelHeight only when dealing specifically with pixels, for example when using Canvas:newImageData.

Function

Synopsis

pixelheight = Texture:getPixelHeight( )

Arguments

None.

Returns

number pixelheight
The height of the Texture, in pixels.

See Also

© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/Texture:getPixelHeight