AnimationFrame.Dithering Property

Controls whether or not this image will be dithered.

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

Syntax

public AnimationFrameDithering Dithering { get; set; }
'Declaration
Public Property Dithering As AnimationFrameDithering
    Get
    Set
public:
virtual property AnimationFrameDithering Dithering {
    AnimationFrameDithering get () sealed;
    void set (AnimationFrameDithering value) sealed;
}
function get_Dithering();
function set_Dithering(value);

Property Value

Type: AnimationFrameDithering

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

AnimationFrame Class

AnimationFrame.AnimationFrame Members

Lumia.Imaging Namespace