NAME
DtTextureGetImage - Get the texture image array.
SYNOPSIS
#include <Dt.h>
int DtTextureGetImage( char *name, unsigned char **image )
DESCRIPTION
DtTextureGetImage() returns the textures image array in the
pointer to the variable image. This array is an internal
buffer. Do not free or modify the image. The dimensions of
this array will be a function of the image width, height and
number of components determine from the
DtTextureGetImageSize(3W) routine. The RGBA values for
these images always will be one byte (8 bits) for each
component.
DIAGNOSTICS
returns one on success and zero on failure.
SEE ALSO
DtTextureGetImageSize(3W)
FILES
Link with -lDtOMio