|
G3D::GImage Member ListThis is the complete list of members for G3D::GImage, including all inherited members.
| AUTODETECT enum value | G3D::GImage | |
| BAYER_B8G8_G8R8_to_R8G8B8_MHC(int w, int h, const uint8 *in, uint8 *_out) | G3D::GImage | [static] |
| BAYER_G8B8_R8G8_to_Quarter_R8G8B8(int inWidth, int inHeight, const uint8 *in, uint8 *out) | G3D::GImage | [static] |
| BAYER_G8B8_R8G8_to_R8G8B8_MHC(int w, int h, const uint8 *in, uint8 *_out) | G3D::GImage | [static] |
| BAYER_G8R8_B8G8_to_R8G8B8_MHC(int w, int h, const uint8 *in, uint8 *_out) | G3D::GImage | [static] |
| BAYER_R8G8_G8B8_to_R8G8B8_MHC(int w, int h, const uint8 *in, uint8 *_out) | G3D::GImage | [static] |
| BMP enum value | G3D::GImage | |
| byte() const | G3D::GImage | [inline] |
| byte() | G3D::GImage | [inline] |
| channels | G3D::GImage | |
| clear() | G3D::GImage | |
| computeNormalMap(const class GImage &bump, class GImage &normal, float whiteHeightInPixels=-1.0f, bool lowPassBump=false, bool scaleHeightByNz=false) | G3D::GImage | [static] |
| computeNormalMap(int width, int height, int channels, const uint8 *src, GImage &normal, float whiteHeightInPixels, bool lowPassBump, bool scaleHeightByNz) | G3D::GImage | [static] |
| convertToL8() | G3D::GImage | |
| convertToRGB() | G3D::GImage | |
| convertToRGBA() | G3D::GImage | |
| copySubImage(GImage &dest, const GImage &src, int srcX, int srcY, int srcWidth, int srcHeight) | G3D::GImage | [static] |
| decode(BinaryInput &input, Format format) | G3D::GImage | |
| encode(Format format, uint8 *&outData, int &outLength) const | G3D::GImage | |
| encode(Format format, BinaryOutput &out) const | G3D::GImage | |
| flipRGBAVertical(const uint8 *in, uint8 *out, int width, int height) | G3D::GImage | [static] |
| flipRGBVertical(const uint8 *in, uint8 *out, int width, int height) | G3D::GImage | [static] |
| Format enum name | G3D::GImage | |
| GImage() | G3D::GImage | [inline] |
| GImage(const std::string &filename, Format format=AUTODETECT) | G3D::GImage | |
| GImage(const unsigned char *data, int length, Format format=AUTODETECT) | G3D::GImage | |
| GImage(int width, int height, int channels=3) | G3D::GImage | |
| GImage(const GImage &other) | G3D::GImage | |
| height | G3D::GImage | |
| ICO enum value | G3D::GImage | |
| insertRedAsAlpha(const GImage &alpha) const | G3D::GImage | |
| JPEG enum value | G3D::GImage | |
| load(const std::string &filename, Format format=AUTODETECT) | G3D::GImage | |
| makeCheckerboard(GImage &im, int checkerSize=1, const Color4uint8 &color1=Color4uint8(255, 255, 255, 255), const Color4uint8 &color2=Color4uint8(0, 0, 0, 255)) | G3D::GImage | [static] |
| operator=(const GImage &other) | G3D::GImage | |
| pasteSubImage(GImage &dest, const GImage &src, int destX, int destY, int srcX, int srcY, int srcWidth, int srcHeight) | G3D::GImage | [static] |
| PCX enum value | G3D::GImage | |
| pixel1() const | G3D::GImage | [inline] |
| pixel1() | G3D::GImage | [inline] |
| pixel1(int x, int y) const | G3D::GImage | [inline] |
| pixel1(int x, int y) | G3D::GImage | [inline] |
| pixel3() const | G3D::GImage | [inline] |
| pixel3(int x, int y) const | G3D::GImage | [inline] |
| pixel3(int x, int y) | G3D::GImage | [inline] |
| pixel3() | G3D::GImage | [inline] |
| pixel4() const | G3D::GImage | [inline] |
| pixel4(int x, int y) const | G3D::GImage | [inline] |
| pixel4(int x, int y) | G3D::GImage | [inline] |
| pixel4() | G3D::GImage | [inline] |
| PNG enum value | G3D::GImage | |
| PPM enum value | G3D::GImage | |
| PPM_ASCII enum value | G3D::GImage | |
| Quarter_R8G8B8_to_BAYER_G8B8_R8G8(int inWidth, int inHeight, const uint8 *in, uint8 *out) | G3D::GImage | [static] |
| R8G8B8_to_Y8U8V8(int width, int height, const uint8 *in, uint8 *out) | G3D::GImage | [static] |
| resize(int width, int height, int channels) | G3D::GImage | |
| resolveFormat(const std::string &filename) | G3D::GImage | [static] |
| RGBAtoRGB(const uint8 *in, uint8 *out, int numPixels) | G3D::GImage | [static] |
| RGBtoARGB(const uint8 *in, uint8 *out, int numPixels) | G3D::GImage | [static] |
| RGBtoBGR(const uint8 *in, uint8 *out, int numPixels) | G3D::GImage | [static] |
| RGBtoBGRA(const uint8 *in, uint8 *out, int numPixels) | G3D::GImage | [static] |
| RGBtoRGBA(const uint8 *in, uint8 *out, int numPixels) | G3D::GImage | [static] |
| RGBxRGBtoRGBA(const uint8 *colorRGB, const uint8 *alphaRGB, uint8 *out, int numPixels) | G3D::GImage | [static] |
| save(const std::string &filename, Format format=AUTODETECT) const | G3D::GImage | |
| sizeInMemory() const | G3D::GImage | |
| stringToFormat(const std::string &format) | G3D::GImage | [static] |
| stripAlpha() const | G3D::GImage | |
| supportedFormat(const std::string &format) | G3D::GImage | [static] |
| TGA enum value | G3D::GImage | |
| UNKNOWN enum value | G3D::GImage | |
| width | G3D::GImage | |
| Y8U8V8_to_R8G8B8(int width, int height, const uint8 *in, uint8 *out) | G3D::GImage | [static] |
| ~GImage() | G3D::GImage | [virtual] |
Generated on Thu Aug 2 11:40:45 2007 for G3D by
1.5.2
Hosted by
| |