This commit is contained in:
mo1027728827@qq.com 2022-05-07 17:05:51 +08:00
parent b3ff52593d
commit e2ad5270d9
1 changed files with 8 additions and 8 deletions

View File

@ -1,11 +1,11 @@
/* /*
* ==================================================== * ====================================================
* *
* *
* 2020/4/21 * 2020/4/21
* 2020/4/21 * 2020/4/21
* v1.0 * v1.0
* ==================================================== * ====================================================
*/ */
@ -19,8 +19,8 @@ class CImageApplyCustomGamma : public CImageApply
{ {
public: public:
/* /*
* table [in]: * table [in]:
* length [in]:256768 * length [in]:256768
* */ * */
CImageApplyCustomGamma(unsigned char* table,int length); CImageApplyCustomGamma(unsigned char* table,int length);