Speedup for perceptual tone curve #4269
This commit is contained in:
@@ -872,7 +872,7 @@ private:
|
||||
public:
|
||||
static void init();
|
||||
void initApplyState(PerceptualToneCurveState & state, Glib::ustring workingSpace) const;
|
||||
void Apply(float& r, float& g, float& b, const PerceptualToneCurveState &state) const;
|
||||
void BatchApply(const size_t start, const size_t end, float *r, float *g, float *b, const PerceptualToneCurveState &state) const;
|
||||
};
|
||||
|
||||
// Standard tone curve
|
||||
|
||||
Reference in New Issue
Block a user