C#
VB
Objective-C
WinRT C#
C++
Gets the animation palette to use when saving GIF files.
public RasterColor[] GetAnimationPalette()
Public Function GetAnimationPalette() As Leadtools.RasterColor()
public [Leadtools.RasterColor[]](../l/rastercolor.md) GetAnimationPalette()
@property (nonatomic, strong, nullable) NSArray<LTRasterColor *> *animationPalette
function Leadtools.Codecs.CodecsGifSaveOptions.GetAnimationPalette()
public:
Leadtools.array<RasterColor>^ GetAnimationPalette();
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.
For an example, refer to CodecsGifOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET