X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=white_balance_effect.h;h=f438b91507a00b579d9eac697a3f619ac4527096;hp=2f8f38e0ee168a3d02632a08514f218d43c45ea8;hb=47b4160062cdaa53b7d49d7f99ce2c686f02cff8;hpb=b10c546f579c7ccb5939161e61a71cd18a3f9bbd diff --git a/white_balance_effect.h b/white_balance_effect.h index 2f8f38e..f438b91 100644 --- a/white_balance_effect.h +++ b/white_balance_effect.h @@ -1,10 +1,15 @@ -#ifndef _WHITE_BALANCE_EFFECT_H -#define _WHITE_BALANCE_EFFECT_H 1 +#ifndef _MOVIT_WHITE_BALANCE_EFFECT_H +#define _MOVIT_WHITE_BALANCE_EFFECT_H 1 // Color correction in LMS color space. +#include +#include + #include "effect.h" +namespace movit { + class WhiteBalanceEffect : public Effect { public: WhiteBalanceEffect(); @@ -23,4 +28,6 @@ private: float output_color_temperature; }; -#endif // !defined(_WHITE_BALANCE_EFFECT_H) +} // namespace movit + +#endif // !defined(_MOVIT_WHITE_BALANCE_EFFECT_H)