Gif.setIndex

Select the index if a multi-indexed gif. If you select an idex which doesn't exist in the image an error will occur.

class Gif
setIndex
(
this T
)
(
int index
)

Parameters

index int

The index to select.

Return Value

Type: auto

This image to aid method chaining.

Meta