浏览代码

make sure no hue correction

Johann ELSASS 4 年之前
父节点
当前提交
6f871cff77
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/scripts/channels_split_hsl.py

+ 1 - 1
resources/scripts/channels_split_hsl.py

@@ -40,7 +40,7 @@ channels_id = []
 for ch in channels:
   layer.select_id(layer_id)
   layer.duplicate()
-  filters.filter_function(hue = ch["hue"], saturation = ch["saturation"], lightness = ch["lightness"], alpha = ch["alpha"], gamma_correction = False)
+  filters.filter_function(hue = ch["hue"], saturation = ch["saturation"], lightness = ch["lightness"], alpha = ch["alpha"], gamma_correction = False, corrected_hue = False)
   layer.set_name(translation[ch["name"]])
   layer.set_opacity(layer_opacity)
   if ch["channel"] != channels[-1]: