diff options
author | Przemysław <przem@prymula.ct8.pl> | 2025-02-23 18:25:52 +0100 |
---|---|---|
committer | Przemysław <przem@prymula.ct8.pl> | 2025-02-23 18:25:52 +0100 |
commit | 0f9948cb3a93960382c78e7e7fb28f8479196629 (patch) | |
tree | 3a9a04912d933d2edfd6a783046afa081d0f5ce8 /2.10/przem-apply-cents-effect.scm | |
parent | d47ec4b977a48b701d1ac41cc5c477b025cc1174 (diff) |
przem-apply-cents-effect.scm-2.250223-3
Diffstat (limited to '2.10/przem-apply-cents-effect.scm')
-rw-r--r-- | 2.10/przem-apply-cents-effect.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/2.10/przem-apply-cents-effect.scm b/2.10/przem-apply-cents-effect.scm index e81fca7..e8c9958 100644 --- a/2.10/przem-apply-cents-effect.scm +++ b/2.10/przem-apply-cents-effect.scm @@ -2,7 +2,7 @@ ; author: PRP ; licencja: Public Domain ; Gdańsk - 26-02-2025 -; ver. 1.250226-0 +; ver. 1.250223-0 (define (przem-apply-cents-effect image drawable bright azimuth elevation depth polish) @@ -38,7 +38,7 @@ SF-DRAWABLE "Drawable" 0 SF-ADJUSTMENT "Bright" '(50 0 100 1 10 0 0) SF-ADJUSTMENT "Azimuth" '(360 0 360 1 10 0 0) - SF-ADJUSTMENT "Eleveation" '(45 0 90 1 10 0 0) + SF-ADJUSTMENT "Elevation" '(45 0 90 1 10 0 0) SF-ADJUSTMENT "Depth" '(5 1 50 1 10 0 0) SF-OPTION "Polish" '("MAX" "MED" "MIN") |