Bugfix: The red, green and blue TRC were incorrectly set in ICC file
See #4478
This commit is contained in:
@@ -30,7 +30,7 @@ class ICCProfileCreator : public Gtk::Dialog, public AdjusterListener
|
||||
|
||||
private:
|
||||
|
||||
double ga[7];
|
||||
cmsFloat64Number ga[7]; // 7 parameters for smoother curves
|
||||
|
||||
//------------------------ Params -----------------------
|
||||
Glib::ustring primariesPreset;
|
||||
|
Reference in New Issue
Block a user