aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-06-22 15:54:09 +0200
committerThomas White <taw@physics.org>2021-06-22 15:54:09 +0200
commitcd8b31cfbe9e6ea8baea8416ecaea9541e0004ec (patch)
tree9487fb1886ccfb6f4e5b7a8ed007585dfa89ba77 /src
parent493c955628ab1c76f04b6a0eabc84146f425872b (diff)
CrystFELImageView: Rearrange reflection colours
Smaller numbers of crystals are more common, so it's better for the second crystal to be something very distinct from the peak search colour.
Diffstat (limited to 'src')
-rw-r--r--src/crystfelimageview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crystfelimageview.c b/src/crystfelimageview.c
index 12ef1dee..92abaecc 100644
--- a/src/crystfelimageview.c
+++ b/src/crystfelimageview.c
@@ -540,8 +540,8 @@ static void draw_refls(cairo_t *cr,
static double crystal_cols[][3] =
{
{0.0, 1.0, 0.0}, /* bright green */
- {1.0, 1.0, 0.0}, /* bright yellow */
{0.0, 0.8, 0.8}, /* cyan */
+ {1.0, 1.0, 0.0}, /* bright yellow */
{1.0, 1.0, 1.0}, /* white */
};