CustomEffectBase Constructor
Initializes a new instance of the CustomEffectBase class.
Namespace: Lumia.Imaging.Custom
Assembly: Lumia.Imaging.Managed (in Lumia.Imaging.Managed.dll) Version: 0.0.0.0
protected: CustomEffectBase( IImageProvider^ source, bool isInplace = false )
Parameters
- source
- Type: Lumia.Imaging::IImageProvider
IImageProvider to use as the image source.
- isInplace (Optional)
- Type: System::Boolean
If true, the sourcePixels and targetPixels parameters to CustomEffectBase.OnProcess refer to the same array. This can be more efficient, but may restrict the effect. Writing a pixel means the original source pixel is discarded. If false, the buffers are not the same object. The default value is false.
Show: