Added a side selection possibility for the TornEdgeEffect

This commit is contained in:
RKrom 2014-05-28 09:45:25 +02:00
commit 1d20e60679
3 changed files with 61 additions and 4 deletions

View file

@ -72,7 +72,7 @@ namespace Greenshot.Core {
ToothHeight = 12;
HorizontalToothRange = 20;
VerticalToothRange = 20;
Edges = new bool[] {true, false, true, true};
Edges = new bool[] {true, true, true, true};
}
public int ToothHeight {
get;