Merge pull request #4017 from sylveon/master

Fix #4014
This commit is contained in:
Jaex 2019-03-11 03:41:07 +03:00 committed by GitHub
commit 777502396f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ internal class MatrixConvolution : ImageEffect
[DefaultValue(1.0)]
public double Factor { get; set; }
[DefaultValue(0)]
[DefaultValue((byte)0)]
public byte Offset { get; set; }
public MatrixConvolution()