X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect_id.h;h=20cd3b9f5e2d129bb2e37028d98803e96a89ff87;hp=af92ac0ad94d827fd8d492bee1aa2b13a72efec9;hb=f428e5f85aeda850d43c4b134fbb286b574c63fb;hpb=a88f299483ffe5068cd2828513078b9103325da8 diff --git a/effect_id.h b/effect_id.h index af92ac0..20cd3b9 100644 --- a/effect_id.h +++ b/effect_id.h @@ -8,6 +8,7 @@ enum EffectId { // Color. LIFT_GAMMA_GAIN, + SATURATION, }; #endif // !defined(_EFFECT_ID_H)