summaryrefslogtreecommitdiff
path: root/3.0
diff options
context:
space:
mode:
Diffstat (limited to '3.0')
-rw-r--r--3.0/przem-apply-sepia-v3.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/3.0/przem-apply-sepia-v3.scm b/3.0/przem-apply-sepia-v3.scm
index 532cf9e..aa495b7 100644
--- a/3.0/przem-apply-sepia-v3.scm
+++ b/3.0/przem-apply-sepia-v3.scm
@@ -2,7 +2,7 @@
; author: PRP
; licencja: GPL v3
; Gdańsk - 07-02-2025
-; ver. 2.2502021-0~beta for GIMP 3
+; ver. 2.2502022-0~beta for GIMP 3
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
@@ -84,7 +84,7 @@
; tak było w v. 2.10
;(gimp-edit-blend sepia-layer FG-BG-RGB-MODE NORMAL-MODE GRADIENT-LINEAR 100 0 REPEAT-NONE FALSE TRUE 3 0 TRUE 0 0 image-width image-height)
(gimp-context-set-gradient-fg-bg-rgb)
- (if (= gradient-shape 0)
+ (if (= gradient-shape 1)
(begin
(gimp-context-set-gradient-reverse gradient-reverse)
(gimp-drawable-edit-gradient-fill sepia-layer
@@ -93,7 +93,7 @@
TRUE
0 0 image-width image-height)
) )
- (if (= gradient-shape 1)
+ (if (= gradient-shape 2)
(begin
(gimp-context-set-gradient-reverse gradient-reverse)
(gimp-drawable-edit-gradient-fill sepia-layer
@@ -103,7 +103,7 @@
0 0 center-x center-y)
)
)
- (if (= gradient-shape 2)
+ (if (= gradient-shape 0)
(begin
(gimp-context-set-gradient-reverse gradient-reverse)
(gimp-drawable-edit-gradient-fill sepia-layer