Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

GetAnimationPalette Method (CodecsGifImageInfo)








Gets the animation palette.
Syntax
public RasterColor[] GetAnimationPalette()
'Declaration
 
Public Function GetAnimationPalette() As RasterColor()
'Usage
 
Dim instance As CodecsGifImageInfo
Dim value() As RasterColor
 
value = instance.GetAnimationPalette()
public RasterColor[] GetAnimationPalette()
@property (nonatomic, strong, readonly, nullable) NSArray<LTRasterColor *> *animationPalette
public RasterColor[] getAnimationPalette()
 function Leadtools.Codecs.CodecsGifImageInfo.GetAnimationPalette()
public:
array<RasterColor>^ GetAnimationPalette(); 
Example
For an example, refer to CodecsImageInfo.
Requirements

Target Platforms

See Also

Reference

CodecsGifImageInfo Class
CodecsGifImageInfo Members
Implementing GIF Features

Error processing SSI file