[gimp] plug-ins: s/HSV_COLOR_LEGACY/HSL_COLOR_LEGACY/ in file-openraster.py



commit e69e84c7c73c8a16f47be090244c0f4bfeb279bd
Author: Ell <ell_se yahoo com>
Date:   Thu Mar 16 09:48:39 2017 -0400

    plug-ins: s/HSV_COLOR_LEGACY/HSL_COLOR_LEGACY/ in file-openraster.py
    
    Missed it when renaming the mode.

 plug-ins/pygimp/plug-ins/file-openraster.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/pygimp/plug-ins/file-openraster.py b/plug-ins/pygimp/plug-ins/file-openraster.py
index 9fa8d02..fa02a89 100755
--- a/plug-ins/pygimp/plug-ins/file-openraster.py
+++ b/plug-ins/pygimp/plug-ins/file-openraster.py
@@ -34,7 +34,7 @@ layermodes_map = {
     "svg:hard-light": LAYER_MODE_HARDLIGHT_LEGACY,
     "svg:soft-light": LAYER_MODE_SOFTLIGHT_LEGACY,
     "svg:difference": LAYER_MODE_DIFFERENCE_LEGACY,
-    "svg:color": LAYER_MODE_HSV_COLOR_LEGACY,
+    "svg:color": LAYER_MODE_HSL_COLOR_LEGACY,
     "svg:luminosity": LAYER_MODE_HSV_VALUE_LEGACY,
     "svg:hue": LAYER_MODE_HSV_HUE_LEGACY,
     "svg:saturation": LAYER_MODE_HSV_SATURATION_LEGACY,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]