←Select platform

GetAnimationPalette Method

Summary

Gets the animation palette to use when saving GIF files.

Syntax
C#
VB
Objective-C
C++
public RasterColor[] GetAnimationPalette() 
Public Function GetAnimationPalette() As RasterColor() 
@property (nonatomic, strong, nullable) NSArray<LTRasterColor *> *animationPalette 
public: 
array<RasterColor>^ GetAnimationPalette();  

Remarks

The palette stored in GetAnimationPalette is only used when the value of UseAnimationPalette is set to true.

Use SetAnimationPalette to change the animation palette to use when saving GIF files.

Example

For an example, refer to CodecsGifOptions.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly