LAnimationWindow::IsTransparencyEnabled
#include "ltwrappr.h"
L_INT LAnimationWindow::IsTransparencyEnabled(pEnabled, pTransparentColor, nIndex) const
| /* pointer to a variable to be updated */ | |
| /* pointer to a variable to be updated with the transparent color */ | |
| L_UINT nIndex; | /* position of the bitmap list item */ | 
Gets the transparency parameters to be used with playback for the bitmap item at position nIndex inside the bitmap list.
| Parameter | Description | 
| pEnabled | Pointer to a variable to be updated with a flag that indicates whether transparency is enabled. | 
| pTransparentColor | Pointer to a variable to be updated with the current transparency color. | 
| nIndex | Position of the bitmap list item. | 
Returns
| SUCCESS | The function was successful. | 
| < 1 | An error occurred. Refer to Return Codes. | 
Required DLLs and Libraries
| LTDIS For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. | 
See Also
| Functions: | LAnimationWindow::LAnimationWindow, LAnimationWindow::IsTransparencyEnabled, LAnimationWindow::Load, LAnimationWindow::PlayAnimation, Class Members | 
| Topics: | 
Example
For an example, refer to LAnimationWindow::EnableTransparency.