Share via


GifRenderer.ApplyDithering Property

Controls whether or not the frames in this image will be dithered.

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

Syntax

public bool ApplyDithering { get; set; }
'Declaration
Public Property ApplyDithering As Boolean
    Get
    Set
public:
virtual property bool ApplyDithering {
    bool get () sealed;
    void set (bool value) sealed;
}
function get_ApplyDithering();
function set_ApplyDithering(value);

Property Value

Type: Boolean

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

GifRenderer Class

GifRenderer.GifRenderer Members

Lumia.Imaging Namespace