T O P I C R E V I E W |
klausdoege |
Posted - Jul 31 2022 : 01:59:06 Hello, what's the difference between
ImageEnView1.Proc.AddInnerShadow and ImageEnView1.CurrentLayer.InnerGlow.
In my tests, Innerglow was stronger than innershadow, that's all I could see. The parameters were the same.
Klaus DigiFoto www.klausdoege.de |
2 L A T E S T R E P L I E S (Newest First) |
klausdoege |
Posted - Aug 01 2022 : 04:18:55 Hi Nigel, the effect from ImageEnView1.Proc.AddInnerShadow is only weaker if ImageEnView1.CurrentLayer.InnerGlow.enabled = true; Otherwise both are the same. But that's a good way to tone down AddInnerShadow's intensity a bit. Thanks for your information
Klaus DigiFoto www.klausdoege.de |
xequte |
Posted - Jul 31 2022 : 17:54:43 Hi Klaus
The first is a method that modifies the image.
The second is a property that affects the drawing of the layer.
They should look the same, as the InnerGlow property is drawn using AddInnerShadow()
Nigel Xequte Software www.imageen.com
|