Q3PixmapTexture_New
You can use theQ3PixmapTexture_Newfunction to create a new pixmap texture.
TQ3TextureObject Q3PixmapTexture_New ( const TQ3StoragePixmap *pixmap);
pixmap- A storage pixmap.
DESCRIPTION
TheQ3PixmapTexture_Newfunction returns, as its function result, a new texture object that uses the storage pixmap specified by thepixmapparameter. IfQ3PixmapTexture_Newcannot create a new pixmap texture object, it returns the valueNULL.