From d891d6522989094acd523e1b876874e57bda0a22 Mon Sep 17 00:00:00 2001 From: tatiana Date: Tue, 17 Nov 2009 15:36:55 +0000 Subject: [PATCH] ENH: Mask opacity --- invesalius/constants.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/invesalius/constants.py b/invesalius/constants.py index cfec8fe..05a7b09 100644 --- a/invesalius/constants.py +++ b/invesalius/constants.py @@ -110,7 +110,8 @@ THRESHOLD_OUTVALUE = 0 # Mask properties MASK_NAME_PATTERN = "Mask %d" -MASK_OPACITY = 0.3 +MASK_OPACITY = 0.40 +#MASK_OPACITY = 0.35 MASK_COLOUR = [(0.33, 1, 0.33), (1, 1, 0.33), (0.33, 0.91, 1), -- libgit2 0.21.2