LEADTOOLS Image File Support (Leadtools.Codecs assembly)

GetAnimationPalette Method (CodecsGifSaveOptions)

Show in webframe







Gets the animation palette to use when saving GIF files.
Syntax
public RasterColor[] GetAnimationPalette()
'Declaration
 
Public Function GetAnimationPalette() As RasterColor()
'Usage
 
Dim instance As CodecsGifSaveOptions
Dim value() As RasterColor
 
value = instance.GetAnimationPalette()
public RasterColor[] GetAnimationPalette()
- (NSArray*)getAnimationPalette;

            
 function Leadtools.Codecs.CodecsGifSaveOptions.GetAnimationPalette()
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

See Also

Reference

CodecsGifSaveOptions Class
CodecsGifSaveOptions Members
Implementing GIF Features

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.