Namespaces | Functions
iRoutines.h File Reference
#include "imagen.h"
#include "iColor.h"

Go to the source code of this file.

Namespaces

namespace  imagen

Functions

const char * imagen::iGetTitle ()
 Returns the software title of the imagen library as a string.
const char * imagen::iGetVerString ()
 Returns the software version of the imagen library as a string.
iColor imagen::iGetPixel (Iubyte *data, int i, int bpp)
 Gets the color of the pixel at the given pixel index.
Iubyte * imagen::iAlloc (int size)
 Allocates memory with the operator new[].
void imagen::iDelete (Iubyte *data)
 Deletes memory with the operator delete[].