CustomEffectAdapter Class
An adapter that allows the creation of a user implemented custom effect.
Namespace: Lumia.Imaging.Custom
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
The intended usage pattern is that the user implements an "outer class" representing the effect. This outer class should:
- Privately own a CustomEffectAdapter.
- Implement IImageConsumer and propagate all method/property calls to the CustomEffectAdapter.
- Implement IImageProvider and propagate all method/property calls to the CustomEffectAdapter.
- Implement and handle ICustomEffect.
Members of this class are not guaranteed to be thread safe.
Show: