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 : SetAnimationPalette Method |
public void SetAnimationPalette( RasterColor[] palette )
'Declaration
Public Sub SetAnimationPalette( _ ByVal palette() As RasterColor _ )
'Usage
Dim instance As CodecsGifSaveOptions Dim palette() As RasterColor instance.SetAnimationPalette(palette)
public void SetAnimationPalette( RasterColor[] palette )
@property (nonatomic, strong, nullable) NSArray<LTRasterColor *> *animationPalette
function Leadtools.Codecs.CodecsGifSaveOptions.SetAnimationPalette( palette )
public: void SetAnimationPalette( array<RasterColor>^ palette )
The palette set with SetAnimationPalette is only used when the value of UseAnimationPalette is set to true.
Use GetAnimationPalette to get the animation palette to use when saving GIF files.