←Select platform

AnimationBackground Property

Summary
Gets or sets the animation background color used when saving WebP files.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public RasterColor AnimationBackground { get; set; } 
@property (nonatomic, copy) LTRasterColor *animationBackground; 
public RasterColor getAnimationBackground() 
public void setAnimationBackground(RasterColor color) 
public: 
property RasterColor AnimationBackground { 
   RasterColor get(); 
   void set (    RasterColor ); 
} 
AnimationBackground # get and set (CodecsWebpSaveOptions) 

Property Value

The animation background color used when saving WebP files. The default value is #FF000000.

Remarks

AnimationBackground is only used when the value of UseAnimationBackground is set to true.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.