5#define PALETTEFEATURE_STANDARD 1
6#define PALETTEFEATURE_REVERSED 2
7#define PALETTEFEATURE_PANTS 4
8#define PALETTEFEATURE_SHIRT 8
9#define PALETTEFEATURE_GLOW 16
10#define PALETTEFEATURE_ZERO 32
11#define PALETTEFEATURE_TRANSPARENT 128
37void BuildGammaTable8(
float prescale,
float gamma,
float scale,
float base,
float contrastboost,
unsigned char *out,
int rampsize);
38void BuildGammaTable16(
float prescale,
float gamma,
float scale,
float base,
float contrastboost,
unsigned short *out,
int rampsize);
unsigned int palette_bgra_alpha[256]
unsigned int palette_bgra_nocolormap[256]
unsigned int palette_bgra_transparent[256]
unsigned int palette_bgra_onlyfullbrights_transparent[256]
unsigned int palette_bgra_font[256]
unsigned char palette_rgb_pantscolormap[16][3]
unsigned int q2palette_bgra_complete[256]
unsigned char palette_rgb_pantsscoreboard[16][3]
unsigned int palette_bgra_nocolormapnofullbrights[256]
unsigned char palette_rgb[256][3]
unsigned int palette_bgra_embeddedpic[256]
void BuildGammaTable8(float prescale, float gamma, float scale, float base, float contrastboost, unsigned char *out, int rampsize)
unsigned int palette_bgra_shirtaswhite[256]
unsigned int palette_bgra_complete[256]
unsigned int palette_bgra_nofullbrights_transparent[256]
unsigned char palette_featureflags[256]
unsigned int palette_bgra_nofullbrights[256]
unsigned int palette_bgra_onlyfullbrights[256]
unsigned char palette_rgb_shirtcolormap[16][3]
unsigned int palette_bgra_pantsaswhite[256]
unsigned char palette_rgb_shirtscoreboard[16][3]
void BuildGammaTable16(float prescale, float gamma, float scale, float base, float contrastboost, unsigned short *out, int rampsize)