Package ilcd
Class Graphic

Public Method removeAnimationBackground

static void removeAnimationBackground(int animLoc)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
animLoc 0 ... 7 index of the animation control

Removes any previously assigned background from the animation engine animLoc.

Note

Example

Graphic.removeAnimationBackground(4);

This will remove any previously set background from the animation control #4.

See also:

Graphic.setAnimationBackgroundColor(int, int)
Graphic.setAnimationBackgroundGraphic(int, int, int, int)
Graphic.setAnimationBackgroundFrame(int, int)
Graphic.setAnimationBackgroundScreen(int, int, int, int)