love.graphics
Functions
| setColor( color ) | Sets the current color. |
| setColor( red, green, blue ) | Sets the current color. |
| setColor( red, green, blue, alpha ) | Sets the current color. |
| setBackgroundColor( color ) | Sets the background color. |
| setBackgroundColor( red, green, blue ) | Sets the background color. |
| setFont( font ) | Sets the current font. |
| draw( string, x, y ) | Draws text on screen. |
| draw( image, x, y ) | Draws an Image on screen. |