Share via


GifRenderer.UseGlobalPalette Property

Controls whether a global palette will be used or a new palette will be created for each frame.

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

Syntax

public bool UseGlobalPalette { get; set; }
'Declaration
Public Property UseGlobalPalette As Boolean
    Get
    Set
public:
virtual property bool UseGlobalPalette {
    bool get () sealed;
    void set (bool value) sealed;
}
function get_UseGlobalPalette();
function set_UseGlobalPalette(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