Creates a new texture with the given name, width and height
The texture is filled with a solid color
overload 1:
textures:newTexture(name, width, height)
Method Property | Fluent Description | Representation |
name accepts | a String | |
width accepts | an Integer | |
height accepts | an Integer | |
Return Value | a Texture | |