X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=white_balance_effect.h;h=2370847e966872746e0a75e967550bedd9979e45;hp=342426beee9e514ae1b16debe2a6181c37d09079;hb=9c12e38b7cd88a77ef297d080b7c41e6bd6326fb;hpb=1ec439c7fb975c09029adaa9090e7f35ce6484b8 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