EffectGroupAdapter Class
An adapter that allows the creation of a user implemented effect group (a sub-graph of other effects).
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 group. This outer class should:
- Privately own an EffectGroupAdapter.
- Implement IImageConsumer and propagate all method/property calls to the EffectGroupAdapter.
- Implement IImageProvider and propagate all method/property calls to the EffectGroupAdapter.
- Implement and handle IEffectGroup.
Show: