diff options
Diffstat (limited to 'src/colorramp.h')
-rw-r--r-- | src/colorramp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/colorramp.h b/src/colorramp.h index 88aa984..326969e 100644 --- a/src/colorramp.h +++ b/src/colorramp.h @@ -23,6 +23,6 @@ #include <stdint.h> void colorramp_fill(uint16_t *gamma_r, uint16_t *gamma_g, uint16_t *gamma_b, - int size, int temp, float gamma[3]); + int size, int temp, float brightness, float gamma[3]); #endif /* ! _REDSHIFT_COLORRAMP_H */ |