T O P I C R E V I E W |
Borut |
Posted - May 01 2023 : 07:15:08 Hello,
I have a TImageEnView element with 20 layers. Is it possible to perform a Blur action at particular layer ( lets say layer5)_?
ImageEnViewView1->Layers[5]-> ...........Blur ?
ImageEnView1->Proc->Blur(blurr); // (The Blur command does not mention particular layer)
Thanks, Borut
|
2 L A T E S T R E P L I E S (Newest First) |
Borut |
Posted - May 02 2023 : 12:12:38 Hi Nigel, thanks... Borut |
xequte |
Posted - May 01 2023 : 19:20:23 Hi Borut
TImageEnProc methods will apply to the currently selected image layer, so you can just set ImageEnView1.LayersCurrent before calling Proc.Blur()
Nigel Xequte Software www.imageen.com
|