aboutsummaryrefslogtreecommitdiff
path: root/src/crystfelimageview.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-04-01 15:31:21 +0200
committerThomas White <taw@physics.org>2020-07-29 18:42:57 +0200
commite342600debbbefb8c36e246f78a253e709be75a7 (patch)
treeb8cc25fdb831f20e36ae0c037b049d19c91ebb41 /src/crystfelimageview.h
parent2a1419da3799a25a061e86849fd084ca397f6d09 (diff)
Add brightness slider
This can be improved a lot...
Diffstat (limited to 'src/crystfelimageview.h')
-rw-r--r--src/crystfelimageview.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/crystfelimageview.h b/src/crystfelimageview.h
index 5dc70f0f..4cfd3273 100644
--- a/src/crystfelimageview.h
+++ b/src/crystfelimageview.h
@@ -89,6 +89,8 @@ struct _crystfelimageview
int num_peaklists;
ImageFeatureList **peaklists;
+
+ double brightness;
};
struct _crystfelimageviewclass
@@ -117,4 +119,7 @@ extern void crystfel_image_view_set_peaks(CrystFELImageView *iv,
ImageFeatureList *peaks,
int list_num);
+extern void crystfel_image_view_set_brightness(CrystFELImageView *iv,
+ double brightness);
+
#endif /* CRYSTFELIMAGEVIEW_H */