A
C
D
E
F
G
H
I
L
N
P
R
S
T
A
- ABGR - enum entry in app.redwarp.gif.decoder.PixelPacking
Alpha, blue, green and red. Useful for Android Bitmap, as they use this packing internally for ARGB_8888 format.
- addSuppressed(Throwable) - function in kotlin.Throwable
- advance() - function in app.redwarp.gif.decoder.Gif
- Advance the frame index, and loop back to zero after the last frame.
- app.redwarp.gif.decoder - package app.redwarp.gif.decoder
- app.redwarp.gif.decoder.descriptors - package app.redwarp.gif.decoder.descriptors
- app.redwarp.gif.decoder.lzw - package app.redwarp.gif.decoder.lzw
- app.redwarp.gif.decoder.utils - package app.redwarp.gif.decoder.utils
- ARGB - enum entry in app.redwarp.gif.decoder.PixelPacking
Standard alpha red green and blue.