Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

TexLoadRGB.C File Reference

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "TexLoadRGB.H"

Compounds

struct  _ImageRec

Typedefs

typedef _ImageRec ImageRec

Functions

void rgbtorgb (unsigned char *r, unsigned char *g, unsigned char *b, unsigned char *l, int n)
void rgbatorgba (unsigned char *r, unsigned char *g, unsigned char *b, unsigned char *a, unsigned char *l, int n)
GLubyte * read_alpha_texture (const char *name, int *width, int *height)
GLubyte * read_rgb_texture (const char *name, int *width, int *height, int *numchannels)

Typedef Documentation

typedef struct _ImageRec ImageRec
 


Function Documentation

GLubyte* read_alpha_texture const char *    name,
int *    width,
int *    height
 

GLubyte* read_rgb_texture const char *    name,
int *    width,
int *    height,
int *    numchannels
 

void rgbatorgba unsigned char *    r,
unsigned char *    g,
unsigned char *    b,
unsigned char *    a,
unsigned char *    l,
int    n
 

void rgbtorgb unsigned char *    r,
unsigned char *    g,
unsigned char *    b,
unsigned char *    l,
int    n
 


Generated on Mon Sep 15 16:27:57 2003 for inspace by doxygen1.2.18