aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/gamma-helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/gamma-helper.h')
-rw-r--r--src/lib/gamma-helper.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/gamma-helper.h b/src/lib/gamma-helper.h
index 48f4de5..6bc8fd2 100644
--- a/src/lib/gamma-helper.h
+++ b/src/lib/gamma-helper.h
@@ -28,6 +28,11 @@
typedef union libgamma_gamma_ramps_any
{
/**
+ * 8-bit gamma ramps.
+ */
+ libgamma_gamma_ramps8_t bits8;
+
+ /**
* 16-bit gamma ramps.
*/
libgamma_gamma_ramps16_t bits16;