summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index 5ef04bd3..680f7be8 100644
--- a/src/types.h
+++ b/src/types.h
@@ -151,6 +151,12 @@ enum Standard {
SMPTE
};
+enum Formulation {
+ MODIFIED_TRANSITIONAL_1,
+ DCI_ANY,
+ DCI_SPECIFIC
+};
+
/** @class Color
* @brief An RGB color (aka colour).
*/