CustomEffectBase Class
Base class for user-defined custom effects.
Namespace: Lumia.Imaging.Custom
Assembly: Lumia.Imaging.Managed (in Lumia.Imaging.Managed.dll) Version: 0.0.0.0
To create your own effect, subclass CustomEffectBase and provide your own implementation of OnProcess(Rect rect, Size imageSize, uint[] sourceImagePixels, uint[] targetImagePixels).
The only supported color format in this version is ColorFormat.Bgra8888, which means pixels are represented as UInt32 values.
Show: