X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fmodified_gamma_transfer_function.h;h=e8875d4b7c742b87f2016ffa22e2584815c3107b;hb=d97e1600057d796c4163cecf28f9f04a6ea6402b;hp=ce7303fa7023e8e35948fb85531af17552051e0e;hpb=86bfdeb77f55b379302a65b22f57fc0583ec6b3c;p=libdcp.git diff --git a/src/modified_gamma_transfer_function.h b/src/modified_gamma_transfer_function.h index ce7303fa..e8875d4b 100644 --- a/src/modified_gamma_transfer_function.h +++ b/src/modified_gamma_transfer_function.h @@ -17,6 +17,10 @@ */ +/** @file src/modified_gamma_transfer_function.h + * @brief ModifiedGammaTransferFunction class. + */ + #include "transfer_function.h" namespace dcp { @@ -48,10 +52,10 @@ public: } bool about_equal (boost::shared_ptr, double epsilon) const; - + protected: double * make_lut (int bit_depth, bool inverse) const; - + private: double _power; double _threshold;