Package ilcd
Class Graphic

Public Method setAnimationBackgroundColor

static void setAnimationBackgroundColor(int animLoc, int colorValue)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
animLoc 0 ... 7 index of the animation control
colorValue 0x000000 ... 0xFFFFFF color value for the animation background

Assigns the background color colorValue to the animation engine animLoc.

Note

Example

Graphic.setAnimationBackgroundColor(5, 0xFFFF00);

This will assign a yellow color to the animation control #5.

See also:

Graphic.removeAnimationBackground(int)
Graphic.setAnimationBackgroundGraphic(int, int, int, int)
Graphic.setAnimationBackgroundFrame(int, int)
Graphic.setAnimationBackgroundScreen(int, int, int, int)
Graphic.eraseAnimationImageArea(int)
Graphic.eraseAnimationFrameArea(int)