summaryrefslogtreecommitdiff
path: root/src/Stitch.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-03-19 18:52:45 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-03-19 18:52:45 +0100
commiteb4b8da95067a71e727571a5da2bede913690dd0 (patch)
treefa9a284cf6f96be3c3c0da777cbb56216f3642cf /src/Stitch.H
parentb95b66c256aa5daebcc72fab59d16a8cf1cdc707 (diff)
implement color correction
Diffstat (limited to 'src/Stitch.H')
-rw-r--r--src/Stitch.H3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Stitch.H b/src/Stitch.H
index b2913aa..cd8d7d4 100644
--- a/src/Stitch.H
+++ b/src/Stitch.H
@@ -46,6 +46,9 @@ class Stitch {
int vignette_calib(GipfelWidget::sample_mode_t m,
int w, int h, double view_start, double view_end);
+
+ int color_calib(GipfelWidget::sample_mode_t m,
+ int w, int h, double view_start, double view_end);
};
#endif