Mini Dropshadow
-
Hello,
I want to create a dropshadow, but 0 is not sufficient. I am using the following script.
g.drawDropShadow([-2, 5, 0, 0],0XFFFF5800,20);
Is there a solution for this? See the image:
-
@tiesvdam something like that?
HiseSnippet 845.3ocsUstaSCCE1tsFsVXRLId.h1uZQUSocc8hlPrsdApftEQGSCgll7RbZrVhcThyJUn89viBON7F.1IsKorN.UwRShx4xmyWO96bhQ.2jDFxC.vRmNym.fOCMdFS3z0ASYfg8.vMPW1ejwoeBbzLebXHwB.g4eiJJrXAP7wOd8QXWLyjj5B.NiSMIum5QEodMN3cTW2AXKxoTuLY23fglbVWtKORxj7HcfO17Z7DxwXUZ4Pf2hCc.vWhz2qIgzZWaKK7t6Z0rYyNs6znSMrsdC7U0Z1oQ8Fsp2tkM.9j9VTAOXr.KHg.Xgi3VyF6vmxRdAmQCoW4RTF0.iku4D2C3tVp+hJuftNTWKiEknPfbULRKX4SJXu.MhZQuyeZg64wAzRQjs.BysL8xuD8pkkd5Yn2JnDLCkJjPosPiMCn9hzHJ97TzPlfDXik6SYoRRtfbeCh5xkYvD63gulLHPZbGhxM00qpIuUY+Rkj6UgBsavAZFXFwsl1qzVfbBQzk64yYRixamDdaEljG2IjHLjEHwG3QBJiT1NhYJnbV4IUJ80REmrisTfbnqaY8yGLnQK0OI5hpHgpkVoPhiMXvdsiYybL8cco9gjxetidU4Yc04EKfZEfm1Kf6O1AawmFmil5pd70EUSWPkck80Jcak8WPMMN6XtfbBqbLEKcaIseOjs8JioJJAbWWRvJCq5AB9S.Kyh7thDTUVpciH2knbedYwC5gEOY01lI6QYRjyFxnhS7IrGRwCluwJe5iC6gEXkhatOYd9j.AUQAXOxMx98D8WQTOR30BtebtyUCxNRQbzMWnNUJB.0RMhIQc.9R5HA5AyxZLkZIjC.PvuKMcHzINhEVf62.Ha83VQtXwx8ipoVyCHqyK0DnD5rPpXV1oZ+2ZR+Wo3VHCpvzY0bL2J3nb23wfiyGssIpusMwTjRvBnAm+3LGCjLQXxHrHfJ0Anii7FKa1MIx2NSpNT5bXNkhLwVWYqp.iILqXieJOlGrlxFNOXsEAAdXy.9klIcWpgmaD6QxIV7GZJhFor0pAh63xVm8jyxuzzb4k5d.qut.2ccA1XcAt25Br45Br05Br8eGn5SsGFI3dIsM.vHi9wiqfv9LrTAFqVA+BP1GwEE
The size of the last parameter
radius
should be approximately of the same size of the dot
In fact in my example the shadow area is the exact same as the dot area -
@ustk Ahhh okay, I understand it now! thank you so much!!!