Skip to content

Commit

Permalink
Bump the base delta down
Browse files Browse the repository at this point in the history
  • Loading branch information
boatbomber committed Nov 18, 2021
1 parent 28d7c68 commit 83d0088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Util.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function Util.DeltaRGB(a: Color3, b: Color3)

local delta = (l2 - l1) ^ 2 + (a2 - a1) ^ 2 + (b2 - b1) ^ 2
if delta < 900 then
return 0.03
return 0.02
else
return delta / 40000
end
Expand Down

0 comments on commit 83d0088

Please sign in to comment.