浏览代码

StdHSL and GSB blend modes

Johann ELSASS 4 年之前
父节点
当前提交
89da277bbc
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      lazpaint/dialog/ublendop.lfm

+ 8 - 0
lazpaint/dialog/ublendop.lfm

@@ -160,6 +160,14 @@ object FBlendOp: TFBlendOp
       'LinearExclusion'
       'LinearSubtract'
       'Divide'
+      'LinearHue'
+      'LinearColor'
+      'LinearLightness'
+      'LinearSaturation'
+      'CorrectedHue'
+      'CorrectedColor'
+      'CorrectedLightness'
+      'CorrectedSaturation'
     )
     ItemHeight = 80
     OnDblClick = ListBox_BlendDblClick