X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect_id.h;fp=effect_id.h;h=af92ac0ad94d827fd8d492bee1aa2b13a72efec9;hp=0000000000000000000000000000000000000000;hb=a88f299483ffe5068cd2828513078b9103325da8;hpb=e61807327b9a1f98f39dd5e1496254905f78e581 diff --git a/effect_id.h b/effect_id.h new file mode 100644 index 0000000..af92ac0 --- /dev/null +++ b/effect_id.h @@ -0,0 +1,13 @@ +#ifndef _EFFECT_ID_H +#define _EFFECT_ID_H 1 + +enum EffectId { + // Mostly for internal use. + GAMMA_CONVERSION = 0, + RGB_PRIMARIES_CONVERSION, + + // Color. + LIFT_GAMMA_GAIN, +}; + +#endif // !defined(_EFFECT_ID_H)