From da348be8ba5f977b0fc78093a4994b16b583b2e7 Mon Sep 17 00:00:00 2001 From: Chen Date: Mon, 28 Aug 2017 15:51:01 -0400 Subject: [PATCH] 2nd try with removing blank lines in colormaps --- lib/damask/colormaps.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/damask/colormaps.py b/lib/damask/colormaps.py index 06029a0ae..12a2308d4 100644 --- a/lib/damask/colormaps.py +++ b/lib/damask/colormaps.py @@ -87,7 +87,6 @@ class Color(): def _HSV2HSL(self): """Convert H(ue) S(aturation) V(alue or brightness) to H(ue) S(aturation) L(uminance) - with all values in the range of 0 to 1 http://codeitdown.com/hsl-hsb-hsv-color/ """ @@ -107,7 +106,6 @@ class Color(): def _HSL2HSV(self): """Convert H(ue) S(aturation) L(uminance) to H(ue) S(aturation) V(alue or brightness) - with all values in the range of 0 to 1 http://codeitdown.com/hsl-hsb-hsv-color/ """