X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=white_balance_effect.h;h=2370847e966872746e0a75e967550bedd9979e45;hp=342426beee9e514ae1b16debe2a6181c37d09079;hb=8e9f58fec54a4c879035b214fd7411f6ff7b3a32;hpb=b564238fa1293c01c77bcabe7b2de267f146ab24 diff --git a/white_balance_effect.h b/white_balance_effect.h index 342426b..2370847 100644 --- a/white_balance_effect.h +++ b/white_balance_effect.h @@ -5,6 +5,7 @@ #include #include +#include #include "effect.h" @@ -27,6 +28,8 @@ private: // Output color temperature (in Kelvins). // Choosing 6500 will lead to no color cast (ie., the neutral color becomes perfectly gray). float output_color_temperature; + + Eigen::Matrix3d uniform_correction_matrix; }; } // namespace movit