Package 

Class WebPMuxAnimParams


  • 
    public final class WebPMuxAnimParams
    
                        

    The WebPMuxAnimParams class represents animation parameters for a WebP muxer.

    • Method Summary

      Modifier and Type Method Description
      final Integer getBackgroundColor() The background color of the canvas stored as an integer value.
      final Integer getLoopCount() The number of times to repeat the animation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebPMuxAnimParams

        WebPMuxAnimParams(Integer backgroundColor, Integer loopCount)
    • 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.