Difference between revisions of "User:Cyanox"
Line 2: | Line 2: | ||
{{#ask: [[Category:Functions]] [[parent::love.graphics]] [[Since::<090]] <q>[[Removed::000]] OR [[Removed::>090]]</q> | {{#ask: [[Category:Functions]] [[parent::love.graphics]] [[Since::<090]] <q>[[Removed::000]] OR [[Removed::>090]]</q> | ||
+ | | headers=hide | ||
+ | | limit=2000 | ||
+ | | format=template | ||
+ | | template=ListingFields | ||
+ | | introtemplate=ListingIntro | ||
+ | | outrotemplate=ListingOutro | ||
+ | | ?Description | ||
+ | | ?PrettySince | ||
+ | | ?PrettyRemoved | ||
+ | }} | ||
+ | |||
+ | {{#ask: [[Category:Functions]] [[parent::love.graphics]] [[Concept:CurrentTest]] | ||
| headers=hide | | headers=hide | ||
| limit=2000 | | limit=2000 |
Revision as of 14:14, 31 March 2013
Using this as personal SandBox mostly ;)
love.graphics.checkMode | Checks if a display mode is supported. | 0.9.0 | |
love.graphics.drawq | Draw a Quad with the specified Image on screen. | 0.9.0 | |
love.graphics.getCaption | Gets the window caption. | 0.9.0 | |
love.graphics.getColorMode | Gets the color mode (which controls how images are affected by the current color). | 0.2.0 | 0.9.0 |
love.graphics.getDefaultImageFilter | Returns the default scaling filters. | 0.8.0 | 0.9.0 |
love.graphics.getMaxImageSize | Gets the max supported width or height of Images and Canvases. | 0.9.0 | 0.10.0 |
love.graphics.getMaxPointSize | Gets the max supported point size. | 0.10.0 | |
love.graphics.getMode | Returns the current display mode. | 0.8.0 | 0.9.0 |
love.graphics.getModes | Gets a list of supported fullscreen modes. | 0.9.0 | |
love.graphics.getPixelEffect | Returns the current PixelEffect. | 0.8.0 | 0.9.0 |
love.graphics.getPointStyle | Gets the current point style. | 0.10.0 | |
love.graphics.hasFocus | Checks if the game window has keyboard focus. | 0.8.0 | 0.9.0 |
love.graphics.isCreated | Checks if the window has been created. | 0.9.0 | |
love.graphics.isSupported | Checks for the support of graphics related functions. | 0.8.0 | 0.10.0 |
love.graphics.newPixelEffect | Creates a new PixelEffect. | 0.8.0 | 0.9.0 |
love.graphics.newScreenshot | Creates a screenshot and returns the ImageData. | 11.0 | |
love.graphics.newStencil | Creates a new stencil. | 0.8.0 | 0.9.0 |
love.graphics.point | Draws a point. | 0.3.0 | 0.10.0 |
love.graphics.quad | Draws a quadrilateral shape. | 0.9.0 | |
love.graphics.setCaption | Sets the window caption. | 0.9.0 | |
love.graphics.setColorMode | Sets the color mode (which controls how images are affected by the current color). | 0.2.0 | 0.9.0 |
love.graphics.setDefaultImageFilter | Sets the default scaling filters. | 0.8.0 | 0.9.0 |
love.graphics.setIcon | Set window icon. | 0.7.0 | 0.9.0 |
love.graphics.setInvertedStencil | Defines an inverted stencil. | 0.8.0 | 0.10.0 |
love.graphics.setLine | Sets the line width and style. | 0.9.0 | |
love.graphics.setMode | Changes the display mode. | 0.9.0 | |
love.graphics.setPixelEffect | Routes drawing operations through a pixel shader. | 0.8.0 | 0.9.0 |
love.graphics.setPoint | Sets the point size and style. | 0.9.0 | |
love.graphics.setPointStyle | Sets the point style. | 0.10.0 | |
love.graphics.setStencil | Defines or releases a stencil. | 0.8.0 | 0.10.0 |
love.graphics.toggleFullscreen | Toggles fullscreen. | 0.9.0 | |
love.graphics.triangle | Draws a triangle. | 0.9.0 |