love.graphics.applyTransform | Applies the given Transform object to the current coordinate transformation. |
love.graphics.arc | Draws an arc. |
love.graphics.captureScreenshot | Creates a screenshot once the current frame is done. |
love.graphics.checkMode | Checks if a display mode is supported. |
love.graphics.circle | Draws a circle. |
love.graphics.clear | Clears the screen or active Canvas to the specified color. |
love.graphics.copyBuffer | Copies the contents of one GraphicsBuffer to another. |
love.graphics.discard | Discards the contents of the screen or active Canvas. |
love.graphics.draw | Draws objects on screen. |
love.graphics.drawInstanced | Draws many instances of a Mesh with a single draw call, using hardware geometry instancing. |
love.graphics.drawLayer | Draws a layer of an Array Texture. |
love.graphics.drawq | Draw a Quad with the specified Image on screen. |
love.graphics.ellipse | Draws an ellipse. |
love.graphics.flushBatch | Immediately renders any pending automatically batched draws. |
love.graphics.getBackgroundColor | Gets the current background color. |
love.graphics.getBlendMode | Gets the blending mode. |
love.graphics.getCanvas | Returns the current target Canvas. |
love.graphics.getCanvasFormats | Gets the available Canvas formats, and whether each is supported. |
love.graphics.getCaption | Gets the window caption. |
love.graphics.getColor | Gets the current color. |
love.graphics.getColorMask | Gets the active color components used when drawing. |
love.graphics.getColorMode | Gets the color mode (which controls how images are affected by the current color). |
love.graphics.getCompressedImageFormats | Gets the available compressed image formats, and whether each is supported. |
love.graphics.getDPIScale | Gets the DPI scale factor of the window. |
love.graphics.getDefaultFilter | Returns the default scaling filters used with Images, Canvases, and Fonts. |
love.graphics.getDefaultImageFilter | Returns the default scaling filters. |
love.graphics.getDepthMode | Gets the current depth test mode and whether writing to the depth buffer is enabled. |
love.graphics.getDimensions | Gets the width and height of the window. |
love.graphics.getFont | Gets the current Font object. |
love.graphics.getFrontFaceWinding | Gets whether triangles with clockwise- or counterclockwise-ordered vertices are considered front-facing. |
love.graphics.getHeight | Gets the height in pixels of the window. |
love.graphics.getImageFormats | Gets the pixel formats usable for Images, and whether each is supported. |
love.graphics.getLineJoin | Gets the line join style. |
love.graphics.getLineStipple | Gets the current line stipple. |
love.graphics.getLineStyle | Gets the line style. |
love.graphics.getLineWidth | Gets the current line width. |
love.graphics.getMaxImageSize | Gets the max supported width or height of Images and Canvases. |
love.graphics.getMaxPointSize | Gets the max supported point size. |
love.graphics.getMeshCullMode | Gets whether back-facing triangles in a Mesh are culled. |
love.graphics.getMode | Returns the current display mode. |
love.graphics.getModes | Gets a list of supported fullscreen modes. |
love.graphics.getPixelDimensions | Gets the width and height in pixels of the window. |
love.graphics.getPixelEffect | Returns the current PixelEffect. |
love.graphics.getPixelHeight | Gets the height in pixels of the window. |
love.graphics.getPixelWidth | Gets the width in pixels of the window. |
love.graphics.getPointSize | Gets the point size. |
love.graphics.getPointStyle | Gets the current point style. |
love.graphics.getRendererInfo | Gets information about the system's video card and drivers. |
love.graphics.getScissor | Gets the current scissor box. |
love.graphics.getShader | Gets the current Shader. |