Mount Fuji Engine  0.8b
MF_API MFTexture* MFTexture_CreateBlank ( const char *  pName,
const MFVector colour 
)

Create a new texture that is a solid colour.

Parameters
pNameName for the texture being created.
colourColour to fill the texture when it is created.
Returns
A pointer to a newly created blank texture.
See Also
MFTexture_Create()