Imagine++
Imagine::NativeBitmap Member List

This is the complete list of members for Imagine::NativeBitmap, including all inherited members.

NativeBitmap()Imagine::NativeBitmap
NativeBitmap(int w, int h)Imagine::NativeBitmap
NativeBitmap(const NativeBitmap &I)Imagine::NativeBitmap
operator=(const NativeBitmap &I)Imagine::NativeBitmap
putNativeBitmap(int x, int y, const NativeBitmap &bm, bool xorMode, double fact)Imagine::NativeBitmapfriend
putNativeBitmap(const IntPoint2 &p, const NativeBitmap &bm, bool xorMode=false, double fact=1.)Imagine::NativeBitmapfriend
setColorImage(int x, int y, const byte *r, const byte *g, const byte *b, int w, int h)Imagine::NativeBitmap
setColorImage(const IntPoint2 &p, const byte *r, const byte *g, const byte *b, int w, int h)Imagine::NativeBitmapinline
setColorImage(int x, int y, const Color *cols, int w, int h)Imagine::NativeBitmap
setColorImage(const IntPoint2 &p, const Color *cols, int w, int h)Imagine::NativeBitmapinline
setColorImage(int x, int y, const byte *rgb, int w, int h)Imagine::NativeBitmapinline
setColorImage(const IntPoint2 &p, const byte *rgb, int w, int h)Imagine::NativeBitmapinline
setGreyImage(int x, int y, const byte *g, int w, int h)Imagine::NativeBitmap
setGreyImage(const IntPoint2 &p, const byte *g, int w, int h)Imagine::NativeBitmapinline
setPoint(int x, int y, Color col)Imagine::NativeBitmap
setPoint(const IntPoint2 &p, Color col)Imagine::NativeBitmapinline
~NativeBitmap()Imagine::NativeBitmap