aboutsummaryrefslogtreecommitdiff
path: root/src/crystfelcolourscale.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2022-11-24 15:27:29 +0100
committerThomas White <taw@physics.org>2022-11-24 17:48:13 +0100
commit2754cd0ecdd199f46edf656100a4a9cd0440b7a1 (patch)
tree26d8cf71310750702d69ad3d97ac6d2e9221f8aa /src/crystfelcolourscale.h
parentacb2e3cb545b64fe94f399e18ae91577ffcac6d0 (diff)
GUI: Colour scale, part 3: Use the values in CrystFELImageView
Diffstat (limited to 'src/crystfelcolourscale.h')
-rw-r--r--src/crystfelcolourscale.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crystfelcolourscale.h b/src/crystfelcolourscale.h
index 3bc03e29..6ca97b10 100644
--- a/src/crystfelcolourscale.h
+++ b/src/crystfelcolourscale.h
@@ -87,8 +87,8 @@ extern void crystfel_colour_scale_scan_image(CrystFELColourScale *cs,
struct image *image);
extern void crystfel_colour_scale_get_range(CrystFELColourScale *cs,
- double scale_min,
- double scale_max);
+ double *scale_min,
+ double *scale_max);
extern void crystfel_colour_scale_auto_range(CrystFELColourScale *cs);