-
public final class WebPMuxAnimParamsThe
WebPMuxAnimParamsclass represents animation parameters for a WebP muxer.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerbackgroundColorprivate final IntegerloopCount
-
Constructor Summary
Constructors Constructor Description WebPMuxAnimParams(Integer backgroundColor, Integer loopCount)
-
Method Summary
Modifier and Type Method Description final IntegergetBackgroundColor()The background color of the canvas stored as an integer value. final IntegergetLoopCount()The number of times to repeat the animation. -
-
Method Detail
-
getBackgroundColor
final Integer getBackgroundColor()
The background color of the canvas stored as an integer value. The color is stored in MSB order where bits 00-07 represent the alpha channel, bits 08-15 represent the red channel, bits 16-23 represent the green channel, and bits 24-31 represent the blue channel.
-
getLoopCount
final Integer getLoopCount()
The number of times to repeat the animation. Use 0 for infinite looping.
-
-
-
-