AnimationFrameDithering Enumeration

Animation frame palette source designator

Namespace: Lumia.Imaging
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

Syntax

public enum AnimationFrameDithering
'Declaration
Public Enumeration AnimationFrameDithering
public enum class AnimationFrameDithering
Lumia.Imaging.AnimationFrameDithering = function();
Lumia.Imaging.AnimationFrameDithering.createEnum('Lumia.Imaging.AnimationFrameDithering', false);

Members

Member name Value Description
UseRendererSetting 0 Use the value from GifRenderer.ApplyDithering to determine if the frame should be dithered.
On 1 Dither the frame.
Off 2 Do not dither the frame.

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

Lumia.Imaging Namespace