Did a compare on the shadow code, with and without GDI. Wasn't happy with the difference, so I made sure they are equal (as far as I can see).

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2512 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2013-03-01 08:49:30 +00:00
commit d039af3640
3 changed files with 33 additions and 16 deletions

View file

@ -42,7 +42,7 @@ namespace Greenshot.Core {
public class DropShadowEffect : IEffect {
public DropShadowEffect() {
Darkness = 0.6f;
ShadowSize = 9;
ShadowSize = 7;
ShadowOffset = new Point(-1, -1);
}
public float Darkness {