aboutsummaryrefslogtreecommitdiff
path: root/src/crystfelimageview.h
diff options
context:
space:
mode:
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 */