Control_SetAnimationPalette
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 control.
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: Control_SetAnimation
Back to function index, GUIScript introduction.