From 2754cd0ecdd199f46edf656100a4a9cd0440b7a1 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 24 Nov 2022 15:27:29 +0100 Subject: GUI: Colour scale, part 3: Use the values in CrystFELImageView --- src/crystfelcolourscale.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/crystfelcolourscale.h') 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); -- cgit v1.2.3