EffectGroupBase Class

Base class for effect groups.

Namespace: Lumia.Imaging.Custom
Assembly: Lumia.Imaging.Managed (in Lumia.Imaging.Managed.dll) Version: 0.0.0.0

Syntax

public abstract class EffectGroupBase : IImageProvider, 
    IImageConsumer, IDisposable, IEffectGroup
'Declaration
Public MustInherit Class EffectGroupBase
    Implements IImageProvider, IImageConsumer, IDisposable, IEffectGroup
public ref class EffectGroupBase abstract : IImageProvider, 
    IImageConsumer, IDisposable, IEffectGroup
Lumia.Imaging.Custom.EffectGroupBase = function();

Type.createClass(
    'Lumia.Imaging.Custom.EffectGroupBase',
    null,
    Lumia.Imaging.IImageProvider,
    Lumia.Imaging.IImageConsumer,
    IDisposable,
    Lumia.Imaging.Custom.IEffectGroup);

Remarks

An effect group consists of one or more member effects working together. Grouping them allows them to be treated like a single effect.

Inheritance Hierarchy

System.Object
  Lumia.Imaging.Custom.EffectGroupBase

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

EffectGroupBase.EffectGroupBase Members

Lumia.Imaging.Custom Namespace