X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=white_balance_effect.h;h=43bfccb1f132bf93d01ae57a7aaad481647c6e3d;hp=c4e46a47548354c6df953fd2caf20d7c9112a80f;hb=d843bbc41c20e1f0abe25df5162423270af78896;hpb=37f56fcbe571b2322243f6de59494bf9e0cbb37a diff --git a/white_balance_effect.h b/white_balance_effect.h index c4e46a4..43bfccb 100644 --- a/white_balance_effect.h +++ b/white_balance_effect.h @@ -1,5 +1,5 @@ -#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. @@ -8,6 +8,8 @@ #include "effect.h" +namespace movit { + class WhiteBalanceEffect : public Effect { public: WhiteBalanceEffect(); @@ -26,4 +28,6 @@ private: float output_color_temperature; }; -#endif // !defined(_WHITE_BALANCE_EFFECT_H) +} // namespace movit + +#endif // !defined(_MOVIT_WHITE_BALANCE_EFFECT_H)