Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsGifSaveOptions Class : GetAnimationPalette Method |
public RasterColor[] GetAnimationPalette()
'Declaration
Public Function GetAnimationPalette() As RasterColor()
'Usage
Dim instance As CodecsGifSaveOptions Dim value() As RasterColor value = instance.GetAnimationPalette()
public RasterColor[] GetAnimationPalette()
@property (nonatomic, strong, nullable) NSArray<LTRasterColor *> *animationPalette
function Leadtools.Codecs.CodecsGifSaveOptions.GetAnimationPalette()
public: 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.