GUI update, thanks Michael!

This commit is contained in:
Emil Martinec
2012-03-04 17:10:25 -06:00
parent 04971bdd96
commit 0f21937c02
11 changed files with 52 additions and 52 deletions

View File

@@ -240,9 +240,9 @@ class ColorDenoiseParams {
public:
bool enabled;
int Lamt;
int luma;
int chroma;
double luma;
double Ldetail;
double chroma;
float gamma;
double expcomp;
};