Skip to content

Commit

Permalink
Fixing dot blend
Browse files Browse the repository at this point in the history
  • Loading branch information
rgm89git committed Sep 16, 2022
1 parent b53e587 commit 8b74d2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DotCrawlPlusPlus.avsi
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function dcpp_preset(clip C, string "preset",
\ (preset=="bigdot3") ? 0.7
\ : (preset=="bigdot2") ? 0.7
\ : (preset=="bigdot1") ? 0.7
\ : (preset=="betacam") ? 0.8
\ : (preset=="betacam") ? 1.0
\ : (preset=="heavy") ? 1.0
\ : (preset=="strong") ? 1.0
\ : (preset=="mild") ? 0.7
Expand Down Expand Up @@ -380,7 +380,7 @@ function dotcrawlplusplus(clip C, int "dotstyle",
\ : (dotstyle==2) ? Overlay(Tweak(bright=20, sat=0.5), x=1, y=1)
\ : last

Overlay(dotclip, mask=dotmask, mode=dotmode, opacity=dotblend)
Overlay(dotclip, mask=dotmask, mode=dotmode, opacity=(dotblend*0.1))

## rainbow ###################################

Expand Down

0 comments on commit 8b74d2f

Please sign in to comment.