Sets the animation palette used when saving GIF files.
public void SetAnimationPalette(
RasterColor[] palette
)
Public Sub SetAnimationPalette( _
ByVal palette() As Leadtools.RasterColor _
)
public void SetAnimationPalette(
Leadtools.RasterColor[] palette
)
@property (nonatomic, strong, nullable) NSArray<LTRasterColor *> *animationPalette
function Leadtools.Codecs.CodecsGifSaveOptions.SetAnimationPalette(
palette
)
public:
void SetAnimationPalette(
Leadtools.array<RasterColor>^ palette
)
palette
An array of RasterColor object that represents the current animation palette to use when saving GIF files.
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.
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