
Prototype: GemRB.SetAnimationPalette(WindowIndex, ControlIndex, col1, col2, col3, col4, col5, col6, col7, col8)

Metaclass Prototype: SetAnimationPalette(col1, col2, col3, col4, col5, col6, col7, col8)

Description:  Sets the palette of an animation already assigned to the button.

Parameters: 
WindowIndex - the window control id
ControlID - the id of the target control
col1 - col8 - colors for the palette

Return value: N/A

See also: SetAnimation

