Functions |
| void | BuildColoredLights (byte *maps, int lr, int lg, int lb, int fr, int fg, int fb) |
| | CVAR_FUNC_IMPL (gammalevel) |
| void | V_RestoreScreenPalette (void) |
| bool | InternalCreatePalette (palette_t *palette, const char *name, byte *colors, unsigned numcolors, unsigned flags) |
| palette_t * | InitPalettes (const char *name) |
| palette_t * | GetDefaultPalette (void) |
| palette_t * | MakePalette (byte *colors, char *name, unsigned flags) |
| palette_t * | LoadPalette (char *name, unsigned flags) |
| palette_t * | LoadAttachedPalette (char *name, int type, unsigned flags) |
| void | FreePalette (palette_t *palette) |
| palette_t * | FindPalette (char *name, unsigned flags) |
| void | RefreshPalette (palette_t *pal) |
| void | RefreshPalettes (void) |
| void | GammaAdjustPalette (palette_t *pal) |
| void | GammaAdjustPalettes (void) |
| void | V_SetBlend (int blendr, int blendg, int blendb, int blenda) |
| void | V_ForceBlend (int blendr, int blendg, int blendb, int blenda) |
| | BEGIN_COMMAND (testblend) |
| | END_COMMAND (testblend) BEGIN_COMMAND(testfade) |
| | END_COMMAND (testfade) void RGBtoHSV(float r |
Variables |
| byte | gammatable [5][256] |
| dyncolormap_t | NormalLight |
| palette_t | DefPal |
| palette_t * | FirstPal |
| DWORD | IndexedPalette [256] |
| int | BlendR |
| int | BlendG |
| int | BlendB |
| int | BlendA |
| byte | newgamma [256] |
| float | g |
| float float | b |
| float float float * | h |
| float float float float * | s |