CustomEffectBase Members

Include Protected Members
Include Inherited Members

The CustomEffectBase type exposes the following members.

Constructors

  Name Description
Protected method CustomEffectBase
Initializes a new instance of the CustomEffectBase class.

Methods

  Name Description
Public method Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected method Dispose(Boolean)
Called by the Dispose() method.
Public methodStatic member FromColor
Encodes the specified Color into an unsigned integer.
Public method GetBitmapAsync
Creates a Bitmap from the contents of the image provider.
Public method GetInfoAsync
This method is no longer supported and should not be called. See remarks.
Public method Lock
This method is no longer supported and should not be called. See remarks.
Protected method OnLoadAsync
Called when the effect should load and prepare for rendering.
Protected method OnProcess
Called when the effect is asked to process a rectangular area of the image.
Public method PreloadAsync
This method is no longer supported and should not be called. See remarks.
Public methodStatic member ToColor
Creates a Color from a UInt32.

Extension Methods

  Name Description
Public Extension Method AsAnimationFrame
Returns an AnimationFrame with the specified IImageProvider as its source and the specified frame duration.
(Defined by ImageProviderExtensions.)
Public Extension Method GetBitmapAsync
Creates a WriteableBitmap with the contents of the image provider.
(Defined by ImageProviderExtensions.)
Public Extension Method Then<TImageConsumer>
Enables a fluid way of chaining multiple IImageProvider objects and IImageConsumer objects.
(Defined by ImageProviderExtensions.)

Properties

  Name Description
Public property Source
The IImageProvider that will be used as source.

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICustomEffect.LoadAsync
Load/prepare for rendering.

See Also

CustomEffectBase Class

Lumia.Imaging.Custom Namespace