Skip to content

Commit d2534f1

Browse files
committed
Fixed refactor mistake.
1 parent a899eb5 commit d2534f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magick.NET/MagickImage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1786,7 +1786,7 @@ public void ColorDecisionList(string fileName)
17861786
public void Colorize(IMagickColor<QuantumType> color, Percentage alpha)
17871787
{
17881788
using var mutator = new Mutator(_nativeInstance);
1789-
mutator.Colorize(color, alpha, alpha, alpha);
1789+
mutator.Colorize(color, alpha);
17901790
}
17911791

17921792
/// <summary>

0 commit comments

Comments
 (0)