]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - palette.h
v_contrastboost, and support for the color control functions to fill the gamma table...
[xonotic/darkplaces.git] / palette.h
index 11058772baf00f9339c373f79cf18b5265de5052..e534b9c58fd66455cf1190776efa097c05418719 100644 (file)
--- a/palette.h
+++ b/palette.h
@@ -21,8 +21,8 @@ extern unsigned int palette_bgra_transparent[256];
 extern unsigned int palette_bgra_embeddedpic[256];
 
 // used by hardware gamma functions in vid_* files
-void BuildGammaTable8(float prescale, float gamma, float scale, float base, unsigned char *out, int rampsize);
-void BuildGammaTable16(float prescale, float gamma, float scale, float base, unsigned short *out, int rampsize);
+void BuildGammaTable8(float prescale, float gamma, float scale, float base, float contrastboost, unsigned char *out, int rampsize);
+void BuildGammaTable16(float prescale, float gamma, float scale, float base, float contrastboost, unsigned short *out, int rampsize);
 
 void Palette_Init(void);