mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
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:
parent
2d6b58f722
commit
d039af3640
3 changed files with 33 additions and 16 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue