X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=white_balance_effect.h;h=f438b91507a00b579d9eac697a3f619ac4527096;hp=5a8ecd548d6cf8efd4143feb3d457d97d76cf930;hb=a5f32397f9c23fa8644fe195865d6c36685cf866;hpb=ac4fc36aa70ffefb6b9632dc0abea5cbbce5387b diff --git a/white_balance_effect.h b/white_balance_effect.h index 5a8ecd5..f438b91 100644 --- a/white_balance_effect.h +++ b/white_balance_effect.h @@ -3,11 +3,13 @@ // Color correction in LMS color space. -#include +#include #include #include "effect.h" +namespace movit { + class WhiteBalanceEffect : public Effect { public: WhiteBalanceEffect(); @@ -26,4 +28,6 @@ private: float output_color_temperature; }; +} // namespace movit + #endif // !defined(_MOVIT_WHITE_BALANCE_EFFECT_H)