Adding per curve default curve capabilities, used in the Color Toning tool as of now. See issue 2014
This commit is contained in:
@@ -119,7 +119,7 @@ class MyFlatCurve : public MyCurve {
|
||||
void setPoints (const std::vector<double>& p);
|
||||
void setType (FlatCurveType t);
|
||||
bool handleEvents (GdkEvent* event);
|
||||
void reset (double identityValue=0.5);
|
||||
void reset (const std::vector<double> &resetCurve, double identityValue=0.5);
|
||||
//void updateBackgroundHistogram (unsigned int* hist);
|
||||
|
||||
void pipetteMouseOver (EditDataProvider *provider, int modifierKey);
|
||||
|
Reference in New Issue
Block a user