Effect Types
The following are possible values for the effect that can be applied by LPaintEffect::EffectBlt, LPaintEffect::PaintBitmap, LPaintEffect::PaintTransition, or LPaintEffect::PaintRgnDCEffect:
Value |
Meaning |
No effect class
EFX_EFFECT_NONE |
No effect |
EFX_EFFECT_NO_PICTURE |
No picture (no background) |
EFX_EFFECT_MAX |
Number of effects in this class. |
Linear wipe class
EFX_EFFECT_WIPE_L_TO_R |
Wipe left to right |
EFX_EFFECT_WIPE_R_TO_L |
Wipe right to left |
EFX_EFFECT_WIPE_T_TO_B |
Wipe top to bottom |
EFX_EFFECT_WIPE_B_TO_T |
Wipe bottom to top |
EFX_EFFECT_WIPE_LT_TO_RB |
Wipe left-top to right-bottom |
EFX_EFFECT_WIPE_LB_TO_RT |
Wipe left-bottom to right-top |
EFX_EFFECT_WIPE_RT_TO_LB |
Wipe right-top to left-bottom |
EFX_EFFECT_WIPE_RB_TO_LT |
Wipe right-bottom to left-top |
EFX_EFFECT_WIPE_INTERH_L_TO_R_THEN_L_TO_R |
Wipe horizontal interlace left to right twice |
EFX_EFFECT_WIPE_INTERV_T_TO_B_THEN_T_TO_B |
Wipe vertical interlace top to bottom twice |
EFX_EFFECT_WIPE_INTERH_L_TO_R_THEN_R_TO_L |
Wipe horizontal interlace left to right then back |
EFX_EFFECT_WIPE_INTERV_T_TO_B_THEN_B_TO_T |
Wipe vertical interlace top to bottom then back |
EFX_EFFECT_WIPE_INTERV_L_TO_R_THEN_L_TO_R |
Wipe vertical interlace left to right twice |
EFX_EFFECT_WIPE_INTERV_R_TO_L_THEN_R_TO_L |
Wipe vertical interlace right to left twice |
EFX_EFFECT_WIPE_INTERH_T_TO_B_THEN_T_TO_B |
Wipe horizontal interlace top to bottom twice |
EFX_EFFECT_WIPE_INTERH_B_TO_T_THEN_B_TO_T |
Wipe horizontal interlace bottom to top twice |
EFX_EFFECT_WIPE_INTERV_L_TO_R_THEN_R_TO_L |
Wipe vertical interlace left to right then back |
EFX_EFFECT_WIPE_INTERV_R_TO_L_THEN_L_TO_R |
Wipe vertical interlace right to left then back |
EFX_EFFECT_WIPE_INTERH_T_TO_B_THEN_B_TO_T |
Wipe horizontal interlace top to bottom then back |
EFX_EFFECT_WIPE_INTERH_B_TO_T_THEN_T_TO_B |
Wipe horizontal interlace bottom to top then back |
EFX_EFFECT_WIPE_INTERH_L_TO_R_AND_R_TO_L |
Wipe horizontal interlace left to right and right to left |
EFX_EFFECT_WIPE_INTERV_T_TO_B_AND_B_TO_T |
Wipe vertical interlace top to bottom and bottom to top |
EFX_EFFECT_WIPE_INTERV_L_AND_R_TO_C |
Wipe vertical interlace left and right to center |
EFX_EFFECT_WIPE_INTERV_C_TO_L_AND_R |
Wipe vertical interlace center to left and right |
EFX_EFFECT_WIPE_INTERH_T_AND_B_TO_C |
Wipe horizontal interlace top and bottom to center |
EFX_EFFECT_WIPE_INTERH_C_TO_T_AND_B |
Wipe horizontal interlace center to top and bottom |
EFX_EFFECT_WIPE_INTERV_L_AND_R_TO_C_THEN_C_TO_L_AND_R |
Wipe vertical interlace left and right to center then back |
EFX_EFFECT_WIPE_INTERV_C_TO_L_AND_R_THEN_L_AND_R_TO_C |
Wipe vertical interlace center to left and right then back |
EFX_EFFECT_WIPE_INTERH_T_AND_B_TO_C_THEN_C_TO_T_AND_B |
Wipe horizontal interlace top and bottom to center then back |
EFX_EFFECT_WIPE_INTERH_C_TO_T_AND_B_THEN_T_AND_B_TO_C |
Wipe horizontal interlace center to top and bottom then back |
EFX_EFFECT_WIPE2_LT_AND_RB_TO_C |
Wipe2 left-top and right-bottom to center |
EFX_EFFECT_WIPE2_LB_AND_RT_TO_C |
Wipe2 left-bottom and right-top to center |
EFX_EFFECT_WIPE2_C_TO_LT_AND_RB |
Wipe2 center to left-top and right-bottom |
EFX_EFFECT_WIPE2_C_TO_LB_AND_RT |
Wipe2 center to left-bottom and right-top |
EFX_EFFECT_WIPE2_LB_AND_RB_TO_T |
Wipe2 left-bottom and right-bottom to top |
EFX_EFFECT_WIPE2_LT_AND_RT_TO_B |
Wipe2 left-top and right-top to bottom |
EFX_EFFECT_WIPE2_RT_AND_RB_TO_L |
Wipe2 right-top and right-bottom to left |
EFX_EFFECT_WIPE2_LT_AND_LB_TO_R |
Wipe2 left-top and left-bottom to right |
EFX_EFFECT_WIPE2_L_T_TO_B_AND_R_B_TO_T |
Wipe2 left top to bottom and right bottom to top |
EFX_EFFECT_WIPE2_T_L_TO_R_AND_B_R_TO_L |
Wipe2 top left to right and bottom right to left |
EFX_EFFECT_WIPE4_CORNERS_OUT |
Wipe4 corners out |
EFX_EFFECT_WIPE4_C_TO_L_AND_R_THEN_T_AND_B |
Wipe4 center to left and right then top and bottom |
EFX_EFFECT_WIPE4_T_AND_B_THEN_L_AND_R_TO_C |
Wipe4 top and bottom then left and right to center |
EFX_EFFECT_WIPE4_L_L_L_L |
Wipe4 left left left left |
EFX_EFFECT_WIPE4_L_L_L_R |
Wipe4 left left left right |
EFX_EFFECT_WIPE4_L_L_L_T |
Wipe4 left left left top |
EFX_EFFECT_WIPE4_L_L_L_B |
Wipe4 left left left bottom |
EFX_EFFECT_WIPE4_L_L_R_L |
Wipe4 left left right left |
EFX_EFFECT_WIPE4_L_L_R_R |
Wipe4 left left right right |
EFX_EFFECT_WIPE4_L_L_R_T |
Wipe4 left left right top |
EFX_EFFECT_WIPE4_L_L_R_B |
Wipe4 left left right bottom |
EFX_EFFECT_WIPE4_L_L_T_L |
Wipe4 left left top left |
EFX_EFFECT_WIPE4_L_L_T_R |
Wipe4 left left top right |
EFX_EFFECT_WIPE4_L_L_T_T |
Wipe4 left left top top |
EFX_EFFECT_WIPE4_L_L_T_B |
Wipe4 left left top bottom |
EFX_EFFECT_WIPE4_L_L_B_L |
Wipe4 left left bottom left |
EFX_EFFECT_WIPE4_L_L_B_R |
Wipe4 left left bottom right |
EFX_EFFECT_WIPE4_L_L_B_T |
Wipe4 left left bottom top |
EFX_EFFECT_WIPE4_L_L_B_B |
Wipe4 left left bottom bottom |
EFX_EFFECT_WIPE4_L_R_L_L |
Wipe4 left right left left |
EFX_EFFECT_WIPE4_L_R_L_R |
Wipe4 left right left right |
EFX_EFFECT_WIPE4_L_R_L_T |
Wipe4 left right left top |
EFX_EFFECT_WIPE4_L_R_L_B |
Wipe4 left right left bottom |
EFX_EFFECT_WIPE4_L_R_R_L |
Wipe4 left right right left |
EFX_EFFECT_WIPE4_L_R_R_R |
Wipe4 left right right right |
EFX_EFFECT_WIPE4_L_R_R_T |
Wipe4 left right right top |
EFX_EFFECT_WIPE4_L_R_R_B |
Wipe4 left right right bottom |
EFX_EFFECT_WIPE4_L_R_T_L |
Wipe4 left right top left |
EFX_EFFECT_WIPE4_L_R_T_R |
Wipe4 left right top right |
EFX_EFFECT_WIPE4_L_R_T_T |
Wipe4 left right top top |
EFX_EFFECT_WIPE4_L_R_T_B |
Wipe4 left right top bottom |
EFX_EFFECT_WIPE4_L_R_B_L |
Wipe4 left right bottom left |
EFX_EFFECT_WIPE4_L_R_B_R |
Wipe4 left right bottom right |
EFX_EFFECT_WIPE4_L_R_B_T |
Wipe4 left right bottom top |
EFX_EFFECT_WIPE4_L_R_B_B |
Wipe4 left right bottom bottom |
EFX_EFFECT_WIPE4_L_T_L_L |
Wipe4 left top left left |
EFX_EFFECT_WIPE4_L_T_L_R |
Wipe4 left top left right |
EFX_EFFECT_WIPE4_L_T_L_T |
Wipe4 left top left top |
EFX_EFFECT_WIPE4_L_T_L_B |
Wipe4 left top left bottom |
EFX_EFFECT_WIPE4_L_T_R_L |
Wipe4 left top right left |
EFX_EFFECT_WIPE4_L_T_R_R |
Wipe4 left top right right |
EFX_EFFECT_WIPE4_L_T_R_T |
Wipe4 left top right top |
EFX_EFFECT_WIPE4_L_T_R_B |
Wipe4 left top right bottom |
EFX_EFFECT_WIPE4_L_T_T_L |
Wipe4 left top top left |
EFX_EFFECT_WIPE4_L_T_T_R |
Wipe4 left top top right |
EFX_EFFECT_WIPE4_L_T_T_T |
Wipe4 left top top top |
EFX_EFFECT_WIPE4_L_T_T_B |
Wipe4 left top top bottom |
EFX_EFFECT_WIPE4_L_T_B_L |
Wipe4 left top bottom left |
EFX_EFFECT_WIPE4_L_T_B_R |
Wipe4 left top bottom right |
EFX_EFFECT_WIPE4_L_T_B_T |
Wipe4 left top bottom top |
EFX_EFFECT_WIPE4_L_T_B_B |
Wipe4 left top bottom bottom |
EFX_EFFECT_WIPE4_L_B_L_L |
Wipe4 left bottom left left |
EFX_EFFECT_WIPE4_L_B_L_R |
Wipe4 left bottom left right |
EFX_EFFECT_WIPE4_L_B_L_T |
Wipe4 left bottom left top |
EFX_EFFECT_WIPE4_L_B_L_B |
Wipe4 left bottom left bottom |
EFX_EFFECT_WIPE4_L_B_R_L |
Wipe4 left bottom right left |
EFX_EFFECT_WIPE4_L_B_R_R |
Wipe4 left bottom right right |
EFX_EFFECT_WIPE4_L_B_R_T |
Wipe4 left bottom right top |
EFX_EFFECT_WIPE4_L_B_R_B |
Wipe4 left bottom right bottom |
EFX_EFFECT_WIPE4_L_B_T_L |
Wipe4 left bottom top left |
EFX_EFFECT_WIPE4_L_B_T_R |
Wipe4 left bottom top right |
EFX_EFFECT_WIPE4_L_B_T_T |
Wipe4 left bottom top top |
EFX_EFFECT_WIPE4_L_B_T_B |
Wipe4 left bottom top bottom |
EFX_EFFECT_WIPE4_L_B_B_L |
Wipe4 left bottom bottom left |
EFX_EFFECT_WIPE4_L_B_B_R |
Wipe4 left bottom bottom right |
EFX_EFFECT_WIPE4_L_B_B_T |
Wipe4 left bottom bottom top |
EFX_EFFECT_WIPE4_L_B_B_B |
Wipe4 left bottom bottom bottom |
EFX_EFFECT_WIPE4_R_L_L_L |
Wipe4 right left left left |
EFX_EFFECT_WIPE4_R_L_L_R |
Wipe4 right left left right |
EFX_EFFECT_WIPE4_R_L_L_T |
Wipe4 right left left top |
EFX_EFFECT_WIPE4_R_L_L_B |
Wipe4 right left left bottom |
EFX_EFFECT_WIPE4_R_L_R_L |
Wipe4 right left right left |
EFX_EFFECT_WIPE4_R_L_R_R |
Wipe4 right left right right |
EFX_EFFECT_WIPE4_R_L_R_T |
Wipe4 right left right top |
EFX_EFFECT_WIPE4_R_L_R_B |
Wipe4 right left right bottom |
EFX_EFFECT_WIPE4_R_L_T_L |
Wipe4 right left top left |
EFX_EFFECT_WIPE4_R_L_T_R |
Wipe4 right left top right |
EFX_EFFECT_WIPE4_R_L_T_T |
Wipe4 right left top top |
EFX_EFFECT_WIPE4_R_L_T_B |
Wipe4 right left top bottom |
EFX_EFFECT_WIPE4_R_L_B_L |
Wipe4 right left bottom left |
EFX_EFFECT_WIPE4_R_L_B_R |
Wipe4 right left bottom right |
EFX_EFFECT_WIPE4_R_L_B_T |
Wipe4 right left bottom top |
EFX_EFFECT_WIPE4_R_L_B_B |
Wipe4 right left bottom bottom |
EFX_EFFECT_WIPE4_R_R_L_L |
Wipe4 right right left left |
EFX_EFFECT_WIPE4_R_R_L_R |
Wipe4 right right left right |
EFX_EFFECT_WIPE4_R_R_L_T |
Wipe4 right right left top |
EFX_EFFECT_WIPE4_R_R_L_B |
Wipe4 right right left bottom |
EFX_EFFECT_WIPE4_R_R_R_L |
Wipe4 right right right left |
EFX_EFFECT_WIPE4_R_R_R_R |
Wipe4 right right right right |
EFX_EFFECT_WIPE4_R_R_R_T |
Wipe4 right right right top |
EFX_EFFECT_WIPE4_R_R_R_B |
Wipe4 right right right bottom |
EFX_EFFECT_WIPE4_R_R_T_L |
Wipe4 right right top left |
EFX_EFFECT_WIPE4_R_R_T_R |
Wipe4 right right top right |
EFX_EFFECT_WIPE4_R_R_T_T |
Wipe4 right right top top |
EFX_EFFECT_WIPE4_R_R_T_B |
Wipe4 right right top bottom |
EFX_EFFECT_WIPE4_R_R_B_L |
Wipe4 right right bottom left |
EFX_EFFECT_WIPE4_R_R_B_R |
Wipe4 right right bottom right |
EFX_EFFECT_WIPE4_R_R_B_T |
Wipe4 right right bottom top |
EFX_EFFECT_WIPE4_R_R_B_B |
Wipe4 right right bottom bottom |
EFX_EFFECT_WIPE4_R_T_L_L |
Wipe4 right top left left |
EFX_EFFECT_WIPE4_R_T_L_R |
Wipe4 right top left right |
EFX_EFFECT_WIPE4_R_T_L_T |
Wipe4 right top left top |
EFX_EFFECT_WIPE4_R_T_L_B |
Wipe4 right top left bottom |
EFX_EFFECT_WIPE4_R_T_R_L |
Wipe4 right top right left |
EFX_EFFECT_WIPE4_R_T_R_R |
Wipe4 right top right right |
EFX_EFFECT_WIPE4_R_T_R_T |
Wipe4 right top right top |
EFX_EFFECT_WIPE4_R_T_R_B |
Wipe4 right top right bottom |
EFX_EFFECT_WIPE4_R_T_T_L |
Wipe4 right top top left |
EFX_EFFECT_WIPE4_R_T_T_R |
Wipe4 right top top right |
EFX_EFFECT_WIPE4_R_T_T_T |
Wipe4 right top top top |
EFX_EFFECT_WIPE4_R_T_T_B |
Wipe4 right top top bottom |
EFX_EFFECT_WIPE4_R_T_B_L |
Wipe4 right top bottom left |
EFX_EFFECT_WIPE4_R_T_B_R |
Wipe4 right top bottom right |
EFX_EFFECT_WIPE4_R_T_B_T |
Wipe4 right top bottom top |
EFX_EFFECT_WIPE4_R_T_B_B |
Wipe4 right top bottom bottom |
EFX_EFFECT_WIPE4_R_B_L_L |
Wipe4 right bottom left left |
EFX_EFFECT_WIPE4_R_B_L_R |
Wipe4 right bottom left right |
EFX_EFFECT_WIPE4_R_B_L_T |
Wipe4 right bottom left top |
EFX_EFFECT_WIPE4_R_B_L_B |
Wipe4 right bottom left bottom |
EFX_EFFECT_WIPE4_R_B_R_L |
Wipe4 right bottom right left |
EFX_EFFECT_WIPE4_R_B_R_R |
Wipe4 right bottom right right |
EFX_EFFECT_WIPE4_R_B_R_T |
Wipe4 right bottom right top |
EFX_EFFECT_WIPE4_R_B_R_B |
Wipe4 right bottom right bottom |
EFX_EFFECT_WIPE4_R_B_T_L |
Wipe4 right bottom top left |
EFX_EFFECT_WIPE4_R_B_T_R |
Wipe4 right bottom top right |
EFX_EFFECT_WIPE4_R_B_T_T |
Wipe4 right bottom top top |
EFX_EFFECT_WIPE4_R_B_T_B |
Wipe4 right bottom top bottom |
EFX_EFFECT_WIPE4_R_B_B_L |
Wipe4 right bottom bottom left |
EFX_EFFECT_WIPE4_R_B_B_R |
Wipe4 right bottom bottom right |
EFX_EFFECT_WIPE4_R_B_B_T |
Wipe4 right bottom bottom top |
EFX_EFFECT_WIPE4_R_B_B_B |
Wipe4 right bottom bottom bottom |
EFX_EFFECT_WIPE4_T_L_L_L |
Wipe4 top left left left |
EFX_EFFECT_WIPE4_T_L_L_R |
Wipe4 top left left right |
EFX_EFFECT_WIPE4_T_L_L_T |
Wipe4 top left left top |
EFX_EFFECT_WIPE4_T_L_L_B |
Wipe4 top left left bottom |
EFX_EFFECT_WIPE4_T_L_R_L |
Wipe4 top left right left |
EFX_EFFECT_WIPE4_T_L_R_R |
Wipe4 top left right right |
EFX_EFFECT_WIPE4_T_L_R_T |
Wipe4 top left right top |
EFX_EFFECT_WIPE4_T_L_R_B |
Wipe4 top left right bottom |
EFX_EFFECT_WIPE4_T_L_T_L |
Wipe4 top left top left |
EFX_EFFECT_WIPE4_T_L_T_R |
Wipe4 top left top right |
EFX_EFFECT_WIPE4_T_L_T_T |
Wipe4 top left top top |
EFX_EFFECT_WIPE4_T_L_T_B |
Wipe4 top left top bottom |
EFX_EFFECT_WIPE4_T_L_B_L |
Wipe4 top left bottom left |
EFX_EFFECT_WIPE4_T_L_B_R |
Wipe4 top left bottom right |
EFX_EFFECT_WIPE4_T_L_B_T |
Wipe4 top left bottom top |
EFX_EFFECT_WIPE4_T_L_B_B |
Wipe4 top left bottom bottom |
EFX_EFFECT_WIPE4_T_R_L_L |
Wipe4 top right left left |
EFX_EFFECT_WIPE4_T_R_L_R |
Wipe4 top right left right |
EFX_EFFECT_WIPE4_T_R_L_T |
Wipe4 top right left top |
EFX_EFFECT_WIPE4_T_R_L_B |
Wipe4 top right left bottom |
EFX_EFFECT_WIPE4_T_R_R_L |
Wipe4 top right right left |
EFX_EFFECT_WIPE4_T_R_R_R |
Wipe4 top right right right |
EFX_EFFECT_WIPE4_T_R_R_T |
Wipe4 top right right top |
EFX_EFFECT_WIPE4_T_R_R_B |
Wipe4 top right right bottom |
EFX_EFFECT_WIPE4_T_R_T_L |
Wipe4 top right top left |
EFX_EFFECT_WIPE4_T_R_T_R |
Wipe4 top right top right |
EFX_EFFECT_WIPE4_T_R_T_T |
Wipe4 top right top top |
EFX_EFFECT_WIPE4_T_R_T_B |
Wipe4 top right top bottom |
EFX_EFFECT_WIPE4_T_R_B_L |
Wipe4 top right bottom left |
EFX_EFFECT_WIPE4_T_R_B_R |
Wipe4 top right bottom right |
EFX_EFFECT_WIPE4_T_R_B_T |
Wipe4 top right bottom top |
EFX_EFFECT_WIPE4_T_R_B_B |
Wipe4 top right bottom bottom |
EFX_EFFECT_WIPE4_T_T_L_L |
Wipe4 top top left left |
EFX_EFFECT_WIPE4_T_T_L_R |
Wipe4 top top left right |
EFX_EFFECT_WIPE4_T_T_L_T |
Wipe4 top top left top |
EFX_EFFECT_WIPE4_T_T_L_B |
Wipe4 top top left bottom |
EFX_EFFECT_WIPE4_T_T_R_L |
Wipe4 top top right left |
EFX_EFFECT_WIPE4_T_T_R_R |
Wipe4 top top right right |
EFX_EFFECT_WIPE4_T_T_R_T |
Wipe4 top top right top |
EFX_EFFECT_WIPE4_T_T_R_B |
Wipe4 top top right bottom |
EFX_EFFECT_WIPE4_T_T_T_L |
Wipe4 top top top left |
EFX_EFFECT_WIPE4_T_T_T_R |
Wipe4 top top top right |
EFX_EFFECT_WIPE4_T_T_T_T |
Wipe4 top top top top |
EFX_EFFECT_WIPE4_T_T_T_B |
Wipe4 top top top bottom |
EFX_EFFECT_WIPE4_T_T_B_L |
Wipe4 top top bottom left |
EFX_EFFECT_WIPE4_T_T_B_R |
Wipe4 top top bottom right |
EFX_EFFECT_WIPE4_T_T_B_T |
Wipe4 top top bottom top |
EFX_EFFECT_WIPE4_T_T_B_B |
Wipe4 top top bottom bottom |
EFX_EFFECT_WIPE4_T_B_L_L |
Wipe4 top bottom left left |
EFX_EFFECT_WIPE4_T_B_L_R |
Wipe4 top bottom left right |
EFX_EFFECT_WIPE4_T_B_L_T |
Wipe4 top bottom left top |
EFX_EFFECT_WIPE4_T_B_L_B |
Wipe4 top bottom left bottom |
EFX_EFFECT_WIPE4_T_B_R_L |
Wipe4 top bottom right left |
EFX_EFFECT_WIPE4_T_B_R_R |
Wipe4 top bottom right right |
EFX_EFFECT_WIPE4_T_B_R_T |
Wipe4 top bottom right top |
EFX_EFFECT_WIPE4_T_B_R_B |
Wipe4 top bottom right bottom |
EFX_EFFECT_WIPE4_T_B_T_L |
Wipe4 top bottom top left |
EFX_EFFECT_WIPE4_T_B_T_R |
Wipe4 top bottom top right |
EFX_EFFECT_WIPE4_T_B_T_T |
Wipe4 top bottom top top |
EFX_EFFECT_WIPE4_T_B_T_B |
Wipe4 top bottom top bottom |
EFX_EFFECT_WIPE4_T_B_B_L |
Wipe4 top bottom bottom left |
EFX_EFFECT_WIPE4_T_B_B_R |
Wipe4 top bottom bottom right |
EFX_EFFECT_WIPE4_T_B_B_T |
Wipe4 top bottom bottom top |
EFX_EFFECT_WIPE4_T_B_B_B |
Wipe4 top bottom bottom bottom |
EFX_EFFECT_WIPE4_B_L_L_L |
Wipe4 bottom left left left |
EFX_EFFECT_WIPE4_B_L_L_R |
Wipe4 bottom left left right |
EFX_EFFECT_WIPE4_B_L_L_T |
Wipe4 bottom left left top |
EFX_EFFECT_WIPE4_B_L_L_B |
Wipe4 bottom left left bottom |
EFX_EFFECT_WIPE4_B_L_R_L |
Wipe4 bottom left right left |
EFX_EFFECT_WIPE4_B_L_R_R |
Wipe4 bottom left right right |
EFX_EFFECT_WIPE4_B_L_R_T |
Wipe4 bottom left right top |
EFX_EFFECT_WIPE4_B_L_R_B |
Wipe4 bottom left right bottom |
EFX_EFFECT_WIPE4_B_L_T_L |
Wipe4 bottom left top left |
EFX_EFFECT_WIPE4_B_L_T_R |
Wipe4 bottom left top right |
EFX_EFFECT_WIPE4_B_L_T_T |
Wipe4 bottom left top top |
EFX_EFFECT_WIPE4_B_L_T_B |
Wipe4 bottom left top bottom |
EFX_EFFECT_WIPE4_B_L_B_L |
Wipe4 bottom left bottom left |
EFX_EFFECT_WIPE4_B_L_B_R |
Wipe4 bottom left bottom right |
EFX_EFFECT_WIPE4_B_L_B_T |
Wipe4 bottom left bottom top |
EFX_EFFECT_WIPE4_B_L_B_B |
Wipe4 bottom left bottom bottom |
EFX_EFFECT_WIPE4_B_R_L_L |
Wipe4 bottom right left left |
EFX_EFFECT_WIPE4_B_R_L_R |
Wipe4 bottom right left right |
EFX_EFFECT_WIPE4_B_R_L_T |
Wipe4 bottom right left top |
EFX_EFFECT_WIPE4_B_R_L_B |
Wipe4 bottom right left bottom |
EFX_EFFECT_WIPE4_B_R_R_L |
Wipe4 bottom right right left |
EFX_EFFECT_WIPE4_B_R_R_R |
Wipe4 bottom right right right |
EFX_EFFECT_WIPE4_B_R_R_T |
Wipe4 bottom right right top |
EFX_EFFECT_WIPE4_B_R_R_B |
Wipe4 bottom right right bottom |
EFX_EFFECT_WIPE4_B_R_T_L |
Wipe4 bottom right top left |
EFX_EFFECT_WIPE4_B_R_T_R |
Wipe4 bottom right top right |
EFX_EFFECT_WIPE4_B_R_T_T |
Wipe4 bottom right top top |
EFX_EFFECT_WIPE4_B_R_T_B |
Wipe4 bottom right top bottom |
EFX_EFFECT_WIPE4_B_R_B_L |
Wipe4 bottom right bottom left |
EFX_EFFECT_WIPE4_B_R_B_R |
Wipe4 bottom right bottom right |
EFX_EFFECT_WIPE4_B_R_B_T |
Wipe4 bottom right bottom top |
EFX_EFFECT_WIPE4_B_R_B_B |
Wipe4 bottom right bottom bottom |
EFX_EFFECT_WIPE4_B_T_L_L |
Wipe4 bottom top left left |
EFX_EFFECT_WIPE4_B_T_L_R |
Wipe4 bottom top left right |
EFX_EFFECT_WIPE4_B_T_L_T |
Wipe4 bottom top left top |
EFX_EFFECT_WIPE4_B_T_L_B |
Wipe4 bottom top left bottom |
EFX_EFFECT_WIPE4_B_T_R_L |
Wipe4 bottom top right left |
EFX_EFFECT_WIPE4_B_T_R_R |
Wipe4 bottom top right right |
EFX_EFFECT_WIPE4_B_T_R_T |
Wipe4 bottom top right top |
EFX_EFFECT_WIPE4_B_T_R_B |
Wipe4 bottom top right bottom |
EFX_EFFECT_WIPE4_B_T_T_L |
Wipe4 bottom top top left |
EFX_EFFECT_WIPE4_B_T_T_R |
Wipe4 bottom top top right |
EFX_EFFECT_WIPE4_B_T_T_T |
Wipe4 bottom top top top |
EFX_EFFECT_WIPE4_B_T_T_B |
Wipe4 bottom top top bottom |
EFX_EFFECT_WIPE4_B_T_B_L |
Wipe4 bottom top bottom left |
EFX_EFFECT_WIPE4_B_T_B_R |
Wipe4 bottom top bottom right |
EFX_EFFECT_WIPE4_B_T_B_T |
Wipe4 bottom top bottom top |
EFX_EFFECT_WIPE4_B_T_B_B |
Wipe4 bottom top bottom bottom |
EFX_EFFECT_WIPE4_B_B_L_L |
Wipe4 bottom bottom left left |
EFX_EFFECT_WIPE4_B_B_L_R |
Wipe4 bottom bottom left right |
EFX_EFFECT_WIPE4_B_B_L_T |
Wipe4 bottom bottom left top |
EFX_EFFECT_WIPE4_B_B_L_B |
Wipe4 bottom bottom left bottom |
EFX_EFFECT_WIPE4_B_B_R_L |
Wipe4 bottom bottom right left |
EFX_EFFECT_WIPE4_B_B_R_R |
Wipe4 bottom bottom right right |
EFX_EFFECT_WIPE4_B_B_R_T |
Wipe4 bottom bottom right top |
EFX_EFFECT_WIPE4_B_B_R_B |
Wipe4 bottom bottom right bottom |
EFX_EFFECT_WIPE4_B_B_T_L |
Wipe4 bottom bottom top left |
EFX_EFFECT_WIPE4_B_B_T_R |
Wipe4 bottom bottom top right |
EFX_EFFECT_WIPE4_B_B_T_T |
Wipe4 bottom bottom top top |
EFX_EFFECT_WIPE4_B_B_T_B |
Wipe4 bottom bottom top bottom |
EFX_EFFECT_WIPE4_B_B_B_L |
Wipe4 bottom bottom bottom left |
EFX_EFFECT_WIPE4_B_B_B_R |
Wipe4 bottom bottom bottom right |
EFX_EFFECT_WIPE4_B_B_B_T |
Wipe4 bottom bottom bottom top |
EFX_EFFECT_WIPE4_B_B_B_B |
Wipe4 bottom bottom bottom bottom |
EFX_EFFECT_WIPE4_LT_LT_LT_LT |
Wipe4 left-top left-top left-top left-top |
EFX_EFFECT_WIPE4_LT_LT_LT_LB |
Wipe4 left-top left-top left-top left-bottom |
EFX_EFFECT_WIPE4_LT_LT_LT_RT |
Wipe4 left-top left-top left-top right-top |
EFX_EFFECT_WIPE4_LT_LT_LT_RB |
Wipe4 left-top left-top left-top right-bottom |
EFX_EFFECT_WIPE4_LT_LT_LB_LT |
Wipe4 left-top left-top left-bottom left-top |
EFX_EFFECT_WIPE4_LT_LT_LB_LB |
Wipe4 left-top left-top left-bottom left-bottom |
EFX_EFFECT_WIPE4_LT_LT_LB_RT |
Wipe4 left-top left-top left-bottom right-top |
EFX_EFFECT_WIPE4_LT_LT_LB_RB |
Wipe4 left-top left-top left-bottom right-bottom |
EFX_EFFECT_WIPE4_LT_LT_RT_LT |
Wipe4 left-top left-top right-top left-top |
EFX_EFFECT_WIPE4_LT_LT_RT_LB |
Wipe4 left-top left-top right-top left-bottom |
EFX_EFFECT_WIPE4_LT_LT_RT_RT |
Wipe4 left-top left-top right-top right-top |
EFX_EFFECT_WIPE4_LT_LT_RT_RB |
Wipe4 left-top left-top right-top right-bottom |
EFX_EFFECT_WIPE4_LT_LT_RB_LT |
Wipe4 left-top left-top right-bottom left-top |
EFX_EFFECT_WIPE4_LT_LT_RB_LB |
Wipe4 left-top left-top right-bottom left-bottom |
EFX_EFFECT_WIPE4_LT_LT_RB_RT |
Wipe4 left-top left-top right-bottom right-top |
EFX_EFFECT_WIPE4_LT_LT_RB_RB |
Wipe4 left-top left-top right-bottom right-bottom |
EFX_EFFECT_WIPE4_LT_LB_LT_LT |
Wipe4 left-top left-bottom left-top left-top |
EFX_EFFECT_WIPE4_LT_LB_LT_LB |
Wipe4 left-top left-bottom left-top left-bottom |
EFX_EFFECT_WIPE4_LT_LB_LT_RT |
Wipe4 left-top left-bottom left-top right-top |
EFX_EFFECT_WIPE4_LT_LB_LT_RB |
Wipe4 left-top left-bottom left-top right-bottom |
EFX_EFFECT_WIPE4_LT_LB_LB_LT |
Wipe4 left-top left-bottom left-bottom left-top |
EFX_EFFECT_WIPE4_LT_LB_LB_LB |
Wipe4 left-top left-bottom left-bottom left-bottom |
EFX_EFFECT_WIPE4_LT_LB_LB_RT |
Wipe4 left-top left-bottom left-bottom right-top |
EFX_EFFECT_WIPE4_LT_LB_LB_RB |
Wipe4 left-top left-bottom left-bottom right-bottom |
EFX_EFFECT_WIPE4_LT_LB_RT_LT |
Wipe4 left-top left-bottom right-top left-top |
EFX_EFFECT_WIPE4_LT_LB_RT_LB |
Wipe4 left-top left-bottom right-top left-bottom |
EFX_EFFECT_WIPE4_LT_LB_RT_RT |
Wipe4 left-top left-bottom right-top right-top |
EFX_EFFECT_WIPE4_LT_LB_RT_RB |
Wipe4 left-top left-bottom right-top right-bottom |
EFX_EFFECT_WIPE4_LT_LB_RB_LT |
Wipe4 left-top left-bottom right-bottom left-top |
EFX_EFFECT_WIPE4_LT_LB_RB_LB |
Wipe4 left-top left-bottom right-bottom left-bottom |
EFX_EFFECT_WIPE4_LT_LB_RB_RT |
Wipe4 left-top left-bottom right-bottom right-top |
EFX_EFFECT_WIPE4_LT_LB_RB_RB |
Wipe4 left-top left-bottom right-bottom right-bottom |
EFX_EFFECT_WIPE4_LT_RT_LT_LT |
Wipe4 left-top right-top left-top left-top |
EFX_EFFECT_WIPE4_LT_RT_LT_LB |
Wipe4 left-top right-top left-top left-bottom |
EFX_EFFECT_WIPE4_LT_RT_LT_RT |
Wipe4 left-top right-top left-top right-top |
EFX_EFFECT_WIPE4_LT_RT_LT_RB |
Wipe4 left-top right-top left-top right-bottom |
EFX_EFFECT_WIPE4_LT_RT_LB_LT |
Wipe4 left-top right-top left-bottom left-top |
EFX_EFFECT_WIPE4_LT_RT_LB_LB |
Wipe4 left-top right-top left-bottom left-bottom |
EFX_EFFECT_WIPE4_LT_RT_LB_RT |
Wipe4 left-top right-top left-bottom right-top |
EFX_EFFECT_WIPE4_LT_RT_LB_RB |
Wipe4 left-top right-top left-bottom right-bottom |
EFX_EFFECT_WIPE4_LT_RT_RT_LT |
Wipe4 left-top right-top right-top left-top |
EFX_EFFECT_WIPE4_LT_RT_RT_LB |
Wipe4 left-top right-top right-top left-bottom |
EFX_EFFECT_WIPE4_LT_RT_RT_RT |
Wipe4 left-top right-top right-top right-top |
EFX_EFFECT_WIPE4_LT_RT_RT_RB |
Wipe4 left-top right-top right-top right-bottom |
EFX_EFFECT_WIPE4_LT_RT_RB_LT |
Wipe4 left-top right-top right-bottom left-top |
EFX_EFFECT_WIPE4_LT_RT_RB_LB |
Wipe4 left-top right-top right-bottom left-bottom |
EFX_EFFECT_WIPE4_LT_RT_RB_RT |
Wipe4 left-top right-top right-bottom right-top |
EFX_EFFECT_WIPE4_LT_RT_RB_RB |
Wipe4 left-top right-top right-bottom right-bottom |
EFX_EFFECT_WIPE4_LT_RB_LT_LT |
Wipe4 left-top right-bottom left-top left-top |
EFX_EFFECT_WIPE4_LT_RB_LT_LB |
Wipe4 left-top right-bottom left-top left-bottom |
EFX_EFFECT_WIPE4_LT_RB_LT_RT |
Wipe4 left-top right-bottom left-top right-top |
EFX_EFFECT_WIPE4_LT_RB_LT_RB |
Wipe4 left-top right-bottom left-top right-bottom |
EFX_EFFECT_WIPE4_LT_RB_LB_LT |
Wipe4 left-top right-bottom left-bottom left-top |
EFX_EFFECT_WIPE4_LT_RB_LB_LB |
Wipe4 left-top right-bottom left-bottom left-bottom |
EFX_EFFECT_WIPE4_LT_RB_LB_RT |
Wipe4 left-top right-bottom left-bottom right-top |
EFX_EFFECT_WIPE4_LT_RB_LB_RB |
Wipe4 left-top right-bottom left-bottom right-bottom |
EFX_EFFECT_WIPE4_LT_RB_RT_LT |
Wipe4 left-top right-bottom right-top left-top |
EFX_EFFECT_WIPE4_LT_RB_RT_LB |
Wipe4 left-top right-bottom right-top left-bottom |
EFX_EFFECT_WIPE4_LT_RB_RT_RT |
Wipe4 left-top right-bottom right-top right-top |
EFX_EFFECT_WIPE4_LT_RB_RT_RB |
Wipe4 left-top right-bottom right-top right-bottom |
EFX_EFFECT_WIPE4_LT_RB_RB_LT |
Wipe4 left-top right-bottom right-bottom left-top |
EFX_EFFECT_WIPE4_LT_RB_RB_LB |
Wipe4 left-top right-bottom right-bottom left-bottom |
EFX_EFFECT_WIPE4_LT_RB_RB_RT |
Wipe4 left-top right-bottom right-bottom right-top |
EFX_EFFECT_WIPE4_LT_RB_RB_RB |
Wipe4 left-top right-bottom right-bottom right-bottom |
EFX_EFFECT_WIPE4_LB_LT_LT_LT |
Wipe4 left-bottom left-top left-top left-top |
EFX_EFFECT_WIPE4_LB_LT_LT_LB |
Wipe4 left-bottom left-top left-top left-bottom |
EFX_EFFECT_WIPE4_LB_LT_LT_RT |
Wipe4 left-bottom left-top left-top right-top |
EFX_EFFECT_WIPE4_LB_LT_LT_RB |
Wipe4 left-bottom left-top left-top right-bottom |
EFX_EFFECT_WIPE4_LB_LT_LB_LT |
Wipe4 left-bottom left-top left-bottom left-top |
EFX_EFFECT_WIPE4_LB_LT_LB_LB |
Wipe4 left-bottom left-top left-bottom left-bottom |
EFX_EFFECT_WIPE4_LB_LT_LB_RT |
Wipe4 left-bottom left-top left-bottom right-top |
EFX_EFFECT_WIPE4_LB_LT_LB_RB |
Wipe4 left-bottom left-top left-bottom right-bottom |
EFX_EFFECT_WIPE4_LB_LT_RT_LT |
Wipe4 left-bottom left-top right-top left-top |
EFX_EFFECT_WIPE4_LB_LT_RT_LB |
Wipe4 left-bottom left-top right-top left-bottom |
EFX_EFFECT_WIPE4_LB_LT_RT_RT |
Wipe4 left-bottom left-top right-top right-top |
EFX_EFFECT_WIPE4_LB_LT_RT_RB |
Wipe4 left-bottom left-top right-top right-bottom |
EFX_EFFECT_WIPE4_LB_LT_RB_LT |
Wipe4 left-bottom left-top right-bottom left-top |
EFX_EFFECT_WIPE4_LB_LT_RB_LB |
Wipe4 left-bottom left-top right-bottom left-bottom |
EFX_EFFECT_WIPE4_LB_LT_RB_RT |
Wipe4 left-bottom left-top right-bottom right-top |
EFX_EFFECT_WIPE4_LB_LT_RB_RB |
Wipe4 left-bottom left-top right-bottom right-bottom |
EFX_EFFECT_WIPE4_LB_LB_LT_LT |
Wipe4 left-bottom left-bottom left-top left-top |
EFX_EFFECT_WIPE4_LB_LB_LT_LB |
Wipe4 left-bottom left-bottom left-top left-bottom |
EFX_EFFECT_WIPE4_LB_LB_LT_RT |
Wipe4 left-bottom left-bottom left-top right-top |
EFX_EFFECT_WIPE4_LB_LB_LT_RB |
Wipe4 left-bottom left-bottom left-top right-bottom |
EFX_EFFECT_WIPE4_LB_LB_LB_LT |
Wipe4 left-bottom left-bottom left-bottom left-top |
EFX_EFFECT_WIPE4_LB_LB_LB_LB |
Wipe4 left-bottom left-bottom left-bottom left-bottom |
EFX_EFFECT_WIPE4_LB_LB_LB_RT |
Wipe4 left-bottom left-bottom left-bottom right-top |
EFX_EFFECT_WIPE4_LB_LB_LB_RB |
Wipe4 left-bottom left-bottom left-bottom right-bottom |
EFX_EFFECT_WIPE4_LB_LB_RT_LT |
Wipe4 left-bottom left-bottom right-top left-top |
EFX_EFFECT_WIPE4_LB_LB_RT_LB |
Wipe4 left-bottom left-bottom right-top left-bottom |
EFX_EFFECT_WIPE4_LB_LB_RT_RT |
Wipe4 left-bottom left-bottom right-top right-top |
EFX_EFFECT_WIPE4_LB_LB_RT_RB |
Wipe4 left-bottom left-bottom right-top right-bottom |
EFX_EFFECT_WIPE4_LB_LB_RB_LT |
Wipe4 left-bottom left-bottom right-bottom left-top |
EFX_EFFECT_WIPE4_LB_LB_RB_LB |
Wipe4 left-bottom left-bottom right-bottom left-bottom |
EFX_EFFECT_WIPE4_LB_LB_RB_RT |
Wipe4 left-bottom left-bottom right-bottom right-top |
EFX_EFFECT_WIPE4_LB_LB_RB_RB |
Wipe4 left-bottom left-bottom right-bottom right-bottom |
EFX_EFFECT_WIPE4_LB_RT_LT_LT |
Wipe4 left-bottom right-top left-top left-top |
EFX_EFFECT_WIPE4_LB_RT_LT_LB |
Wipe4 left-bottom right-top left-top left-bottom |
EFX_EFFECT_WIPE4_LB_RT_LT_RT |
Wipe4 left-bottom right-top left-top right-top |
EFX_EFFECT_WIPE4_LB_RT_LT_RB |
Wipe4 left-bottom right-top left-top right-bottom |
EFX_EFFECT_WIPE4_LB_RT_LB_LT |
Wipe4 left-bottom right-top left-bottom left-top |
EFX_EFFECT_WIPE4_LB_RT_LB_LB |
Wipe4 left-bottom right-top left-bottom left-bottom |
EFX_EFFECT_WIPE4_LB_RT_LB_RT |
Wipe4 left-bottom right-top left-bottom right-top |
EFX_EFFECT_WIPE4_LB_RT_LB_RB |
Wipe4 left-bottom right-top left-bottom right-bottom |
EFX_EFFECT_WIPE4_LB_RT_RT_LT |
Wipe4 left-bottom right-top right-top left-top |
EFX_EFFECT_WIPE4_LB_RT_RT_LB |
Wipe4 left-bottom right-top right-top left-bottom |
EFX_EFFECT_WIPE4_LB_RT_RT_RT |
Wipe4 left-bottom right-top right-top right-top |
EFX_EFFECT_WIPE4_LB_RT_RT_RB |
Wipe4 left-bottom right-top right-top right-bottom |
EFX_EFFECT_WIPE4_LB_RT_RB_LT |
Wipe4 left-bottom right-top right-bottom left-top |
EFX_EFFECT_WIPE4_LB_RT_RB_LB |
Wipe4 left-bottom right-top right-bottom left-bottom |
EFX_EFFECT_WIPE4_LB_RT_RB_RT |
Wipe4 left-bottom right-top right-bottom right-top |
EFX_EFFECT_WIPE4_LB_RT_RB_RB |
Wipe4 left-bottom right-top right-bottom right-bottom |
EFX_EFFECT_WIPE4_LB_RB_LT_LT |
Wipe4 left-bottom right-bottom left-top left-top |
EFX_EFFECT_WIPE4_LB_RB_LT_LB |
Wipe4 left-bottom right-bottom left-top left-bottom |
EFX_EFFECT_WIPE4_LB_RB_LT_RT |
Wipe4 left-bottom right-bottom left-top right-top |
EFX_EFFECT_WIPE4_LB_RB_LT_RB |
Wipe4 left-bottom right-bottom left-top right-bottom |
EFX_EFFECT_WIPE4_LB_RB_LB_LT |
Wipe4 left-bottom right-bottom left-bottom left-top |
EFX_EFFECT_WIPE4_LB_RB_LB_LB |
Wipe4 left-bottom right-bottom left-bottom left-bottom |
EFX_EFFECT_WIPE4_LB_RB_LB_RT |
Wipe4 left-bottom right-bottom left-bottom right-top |
EFX_EFFECT_WIPE4_LB_RB_LB_RB |
Wipe4 left-bottom right-bottom left-bottom right-bottom |
EFX_EFFECT_WIPE4_LB_RB_RT_LT |
Wipe4 left-bottom right-bottom right-top left-top |
EFX_EFFECT_WIPE4_LB_RB_RT_LB |
Wipe4 left-bottom right-bottom right-top left-bottom |
EFX_EFFECT_WIPE4_LB_RB_RT_RT |
Wipe4 left-bottom right-bottom right-top right-top |
EFX_EFFECT_WIPE4_LB_RB_RT_RB |
Wipe4 left-bottom right-bottom right-top right-bottom |
EFX_EFFECT_WIPE4_LB_RB_RB_LT |
Wipe4 left-bottom right-bottom right-bottom left-top |
EFX_EFFECT_WIPE4_LB_RB_RB_LB |
Wipe4 left-bottom right-bottom right-bottom left-bottom |
EFX_EFFECT_WIPE4_LB_RB_RB_RT |
Wipe4 left-bottom right-bottom right-bottom right-top |
EFX_EFFECT_WIPE4_LB_RB_RB_RB |
Wipe4 left-bottom right-bottom right-bottom right-bottom |
EFX_EFFECT_WIPE4_RT_LT_LT_LT |
Wipe4 right-top left-top left-top left-top |
EFX_EFFECT_WIPE4_RT_LT_LT_LB |
Wipe4 right-top left-top left-top left-bottom |
EFX_EFFECT_WIPE4_RT_LT_LT_RT |
Wipe4 right-top left-top left-top right-top |
EFX_EFFECT_WIPE4_RT_LT_LT_RB |
Wipe4 right-top left-top left-top right-bottom |
EFX_EFFECT_WIPE4_RT_LT_LB_LT |
Wipe4 right-top left-top left-bottom left-top |
EFX_EFFECT_WIPE4_RT_LT_LB_LB |
Wipe4 right-top left-top left-bottom left-bottom |
EFX_EFFECT_WIPE4_RT_LT_LB_RT |
Wipe4 right-top left-top left-bottom right-top |
EFX_EFFECT_WIPE4_RT_LT_LB_RB |
Wipe4 right-top left-top left-bottom right-bottom |
EFX_EFFECT_WIPE4_RT_LT_RT_LT |
Wipe4 right-top left-top right-top left-top |
EFX_EFFECT_WIPE4_RT_LT_RT_LB |
Wipe4 right-top left-top right-top left-bottom |
EFX_EFFECT_WIPE4_RT_LT_RT_RT |
Wipe4 right-top left-top right-top right-top |
EFX_EFFECT_WIPE4_RT_LT_RT_RB |
Wipe4 right-top left-top right-top right-bottom |
EFX_EFFECT_WIPE4_RT_LT_RB_LT |
Wipe4 right-top left-top right-bottom left-top |
EFX_EFFECT_WIPE4_RT_LT_RB_LB |
Wipe4 right-top left-top right-bottom left-bottom |
EFX_EFFECT_WIPE4_RT_LT_RB_RT |
Wipe4 right-top left-top right-bottom right-top |
EFX_EFFECT_WIPE4_RT_LT_RB_RB |
Wipe4 right-top left-top right-bottom right-bottom |
EFX_EFFECT_WIPE4_RT_LB_LT_LT |
Wipe4 right-top left-bottom left-top left-top |
EFX_EFFECT_WIPE4_RT_LB_LT_LB |
Wipe4 right-top left-bottom left-top left-bottom |
EFX_EFFECT_WIPE4_RT_LB_LT_RT |
Wipe4 right-top left-bottom left-top right-top |
EFX_EFFECT_WIPE4_RT_LB_LT_RB |
Wipe4 right-top left-bottom left-top right-bottom |
EFX_EFFECT_WIPE4_RT_LB_LB_LT |
Wipe4 right-top left-bottom left-bottom left-top |
EFX_EFFECT_WIPE4_RT_LB_LB_LB |
Wipe4 right-top left-bottom left-bottom left-bottom |
EFX_EFFECT_WIPE4_RT_LB_LB_RT |
Wipe4 right-top left-bottom left-bottom right-top |
EFX_EFFECT_WIPE4_RT_LB_LB_RB |
Wipe4 right-top left-bottom left-bottom right-bottom |
EFX_EFFECT_WIPE4_RT_LB_RT_LT |
Wipe4 right-top left-bottom right-top left-top |
EFX_EFFECT_WIPE4_RT_LB_RT_LB |
Wipe4 right-top left-bottom right-top left-bottom |
EFX_EFFECT_WIPE4_RT_LB_RT_RT |
Wipe4 right-top left-bottom right-top right-top |
EFX_EFFECT_WIPE4_RT_LB_RT_RB |
Wipe4 right-top left-bottom right-top right-bottom |
EFX_EFFECT_WIPE4_RT_LB_RB_LT |
Wipe4 right-top left-bottom right-bottom left-top |
EFX_EFFECT_WIPE4_RT_LB_RB_LB |
Wipe4 right-top left-bottom right-bottom left-bottom |
EFX_EFFECT_WIPE4_RT_LB_RB_RT |
Wipe4 right-top left-bottom right-bottom right-top |
EFX_EFFECT_WIPE4_RT_LB_RB_RB |
Wipe4 right-top left-bottom right-bottom right-bottom |
EFX_EFFECT_WIPE4_RT_RT_LT_LT |
Wipe4 right-top right-top left-top left-top |
EFX_EFFECT_WIPE4_RT_RT_LT_LB |
Wipe4 right-top right-top left-top left-bottom |
EFX_EFFECT_WIPE4_RT_RT_LT_RT |
Wipe4 right-top right-top left-top right-top |
EFX_EFFECT_WIPE4_RT_RT_LT_RB |
Wipe4 right-top right-top left-top right-bottom |
EFX_EFFECT_WIPE4_RT_RT_LB_LT |
Wipe4 right-top right-top left-bottom left-top |
EFX_EFFECT_WIPE4_RT_RT_LB_LB |
Wipe4 right-top right-top left-bottom left-bottom |
EFX_EFFECT_WIPE4_RT_RT_LB_RT |
Wipe4 right-top right-top left-bottom right-top |
EFX_EFFECT_WIPE4_RT_RT_LB_RB |
Wipe4 right-top right-top left-bottom right-bottom |
EFX_EFFECT_WIPE4_RT_RT_RT_LT |
Wipe4 right-top right-top right-top left-top |
EFX_EFFECT_WIPE4_RT_RT_RT_LB |
Wipe4 right-top right-top right-top left-bottom |
EFX_EFFECT_WIPE4_RT_RT_RT_RT |
Wipe4 right-top right-top right-top right-top |
EFX_EFFECT_WIPE4_RT_RT_RT_RB |
Wipe4 right-top right-top right-top right-bottom |
EFX_EFFECT_WIPE4_RT_RT_RB_LT |
Wipe4 right-top right-top right-bottom left-top |
EFX_EFFECT_WIPE4_RT_RT_RB_LB |
Wipe4 right-top right-top right-bottom left-bottom |
EFX_EFFECT_WIPE4_RT_RT_RB_RT |
Wipe4 right-top right-top right-bottom right-top |
EFX_EFFECT_WIPE4_RT_RT_RB_RB |
Wipe4 right-top right-top right-bottom right-bottom |
EFX_EFFECT_WIPE4_RT_RB_LT_LT |
Wipe4 right-top right-bottom left-top left-top |
EFX_EFFECT_WIPE4_RT_RB_LT_LB |
Wipe4 right-top right-bottom left-top left-bottom |
EFX_EFFECT_WIPE4_RT_RB_LT_RT |
Wipe4 right-top right-bottom left-top right-top |
EFX_EFFECT_WIPE4_RT_RB_LT_RB |
Wipe4 right-top right-bottom left-top right-bottom |
EFX_EFFECT_WIPE4_RT_RB_LB_LT |
Wipe4 right-top right-bottom left-bottom left-top |
EFX_EFFECT_WIPE4_RT_RB_LB_LB |
Wipe4 right-top right-bottom left-bottom left-bottom |
EFX_EFFECT_WIPE4_RT_RB_LB_RT |
Wipe4 right-top right-bottom left-bottom right-top |
EFX_EFFECT_WIPE4_RT_RB_LB_RB |
Wipe4 right-top right-bottom left-bottom right-bottom |
EFX_EFFECT_WIPE4_RT_RB_RT_LT |
Wipe4 right-top right-bottom right-top left-top |
EFX_EFFECT_WIPE4_RT_RB_RT_LB |
Wipe4 right-top right-bottom right-top left-bottom |
EFX_EFFECT_WIPE4_RT_RB_RT_RT |
Wipe4 right-top right-bottom right-top right-top |
EFX_EFFECT_WIPE4_RT_RB_RT_RB |
Wipe4 right-top right-bottom right-top right-bottom |
EFX_EFFECT_WIPE4_RT_RB_RB_LT |
Wipe4 right-top right-bottom right-bottom left-top |
EFX_EFFECT_WIPE4_RT_RB_RB_LB |
Wipe4 right-top right-bottom right-bottom left-bottom |
EFX_EFFECT_WIPE4_RT_RB_RB_RT |
Wipe4 right-top right-bottom right-bottom right-top |
EFX_EFFECT_WIPE4_RT_RB_RB_RB |
Wipe4 right-top right-bottom right-bottom right-bottom |
EFX_EFFECT_WIPE4_RB_LT_LT_LT |
Wipe4 right-bottom left-top left-top left-top |
EFX_EFFECT_WIPE4_RB_LT_LT_LB |
Wipe4 right-bottom left-top left-top left-bottom |
EFX_EFFECT_WIPE4_RB_LT_LT_RT |
Wipe4 right-bottom left-top left-top right-top |
EFX_EFFECT_WIPE4_RB_LT_LT_RB |
Wipe4 right-bottom left-top left-top right-bottom |
EFX_EFFECT_WIPE4_RB_LT_LB_LT |
Wipe4 right-bottom left-top left-bottom left-top |
EFX_EFFECT_WIPE4_RB_LT_LB_LB |
Wipe4 right-bottom left-top left-bottom left-bottom |
EFX_EFFECT_WIPE4_RB_LT_LB_RT |
Wipe4 right-bottom left-top left-bottom right-top |
EFX_EFFECT_WIPE4_RB_LT_LB_RB |
Wipe4 right-bottom left-top left-bottom right-bottom |
EFX_EFFECT_WIPE4_RB_LT_RT_LT |
Wipe4 right-bottom left-top right-top left-top |
EFX_EFFECT_WIPE4_RB_LT_RT_LB |
Wipe4 right-bottom left-top right-top left-bottom |
EFX_EFFECT_WIPE4_RB_LT_RT_RT |
Wipe4 right-bottom left-top right-top right-top |
EFX_EFFECT_WIPE4_RB_LT_RT_RB |
Wipe4 right-bottom left-top right-top right-bottom |
EFX_EFFECT_WIPE4_RB_LT_RB_LT |
Wipe4 right-bottom left-top right-bottom left-top |
EFX_EFFECT_WIPE4_RB_LT_RB_LB |
Wipe4 right-bottom left-top right-bottom left-bottom |
EFX_EFFECT_WIPE4_RB_LT_RB_RT |
Wipe4 right-bottom left-top right-bottom right-top |
EFX_EFFECT_WIPE4_RB_LT_RB_RB |
Wipe4 right-bottom left-top right-bottom right-bottom |
EFX_EFFECT_WIPE4_RB_LB_LT_LT |
Wipe4 right-bottom left-bottom left-top left-top |
EFX_EFFECT_WIPE4_RB_LB_LT_LB |
Wipe4 right-bottom left-bottom left-top left-bottom |
EFX_EFFECT_WIPE4_RB_LB_LT_RT |
Wipe4 right-bottom left-bottom left-top right-top |
EFX_EFFECT_WIPE4_RB_LB_LT_RB |
Wipe4 right-bottom left-bottom left-top right-bottom |
EFX_EFFECT_WIPE4_RB_LB_LB_LT |
Wipe4 right-bottom left-bottom left-bottom left-top |
EFX_EFFECT_WIPE4_RB_LB_LB_LB |
Wipe4 right-bottom left-bottom left-bottom left-bottom |
EFX_EFFECT_WIPE4_RB_LB_LB_RT |
Wipe4 right-bottom left-bottom left-bottom right-top |
EFX_EFFECT_WIPE4_RB_LB_LB_RB |
Wipe4 right-bottom left-bottom left-bottom right-bottom |
EFX_EFFECT_WIPE4_RB_LB_RT_LT |
Wipe4 right-bottom left-bottom right-top left-top |
EFX_EFFECT_WIPE4_RB_LB_RT_LB |
Wipe4 right-bottom left-bottom right-top left-bottom |
EFX_EFFECT_WIPE4_RB_LB_RT_RT |
Wipe4 right-bottom left-bottom right-top right-top |
EFX_EFFECT_WIPE4_RB_LB_RT_RB |
Wipe4 right-bottom left-bottom right-top right-bottom |
EFX_EFFECT_WIPE4_RB_LB_RB_LT |
Wipe4 right-bottom left-bottom right-bottom left-top |
EFX_EFFECT_WIPE4_RB_LB_RB_LB |
Wipe4 right-bottom left-bottom right-bottom left-bottom |
EFX_EFFECT_WIPE4_RB_LB_RB_RT |
Wipe4 right-bottom left-bottom right-bottom right-top |
EFX_EFFECT_WIPE4_RB_LB_RB_RB |
Wipe4 right-bottom left-bottom right-bottom right-bottom |
EFX_EFFECT_WIPE4_RB_RT_LT_LT |
Wipe4 right-bottom right-top left-top left-top |
EFX_EFFECT_WIPE4_RB_RT_LT_LB |
Wipe4 right-bottom right-top left-top left-bottom |
EFX_EFFECT_WIPE4_RB_RT_LT_RT |
Wipe4 right-bottom right-top left-top right-top |
EFX_EFFECT_WIPE4_RB_RT_LT_RB |
Wipe4 right-bottom right-top left-top right-bottom |
EFX_EFFECT_WIPE4_RB_RT_LB_LT |
Wipe4 right-bottom right-top left-bottom left-top |
EFX_EFFECT_WIPE4_RB_RT_LB_LB |
Wipe4 right-bottom right-top left-bottom left-bottom |
EFX_EFFECT_WIPE4_RB_RT_LB_RT |
Wipe4 right-bottom right-top left-bottom right-top |
EFX_EFFECT_WIPE4_RB_RT_LB_RB |
Wipe4 right-bottom right-top left-bottom right-bottom |
EFX_EFFECT_WIPE4_RB_RT_RT_LT |
Wipe4 right-bottom right-top right-top left-top |
EFX_EFFECT_WIPE4_RB_RT_RT_LB |
Wipe4 right-bottom right-top right-top left-bottom |
EFX_EFFECT_WIPE4_RB_RT_RT_RT |
Wipe4 right-bottom right-top right-top right-top |
EFX_EFFECT_WIPE4_RB_RT_RT_RB |
Wipe4 right-bottom right-top right-top right-bottom |
EFX_EFFECT_WIPE4_RB_RT_RB_LT |
Wipe4 right-bottom right-top right-bottom left-top |
EFX_EFFECT_WIPE4_RB_RT_RB_LB |
Wipe4 right-bottom right-top right-bottom left-bottom |
EFX_EFFECT_WIPE4_RB_RT_RB_RT |
Wipe4 right-bottom right-top right-bottom right-top |
EFX_EFFECT_WIPE4_RB_RT_RB_RB |
Wipe4 right-bottom right-top right-bottom right-bottom |
EFX_EFFECT_WIPE4_RB_RB_LT_LT |
Wipe4 right-bottom right-bottom left-top left-top |
EFX_EFFECT_WIPE4_RB_RB_LT_LB |
Wipe4 right-bottom right-bottom left-top left-bottom |
EFX_EFFECT_WIPE4_RB_RB_LT_RT |
Wipe4 right-bottom right-bottom left-top right-top |
EFX_EFFECT_WIPE4_RB_RB_LT_RB |
Wipe4 right-bottom right-bottom left-top right-bottom |
EFX_EFFECT_WIPE4_RB_RB_LB_LT |
Wipe4 right-bottom right-bottom left-bottom left-top |
EFX_EFFECT_WIPE4_RB_RB_LB_LB |
Wipe4 right-bottom right-bottom left-bottom left-bottom |
EFX_EFFECT_WIPE4_RB_RB_LB_RT |
Wipe4 right-bottom right-bottom left-bottom right-top |
EFX_EFFECT_WIPE4_RB_RB_LB_RB |
Wipe4 right-bottom right-bottom left-bottom right-bottom |
EFX_EFFECT_WIPE4_RB_RB_RT_LT |
Wipe4 right-bottom right-bottom right-top left-top |
EFX_EFFECT_WIPE4_RB_RB_RT_LB |
Wipe4 right-bottom right-bottom right-top left-bottom |
EFX_EFFECT_WIPE4_RB_RB_RT_RT |
Wipe4 right-bottom right-bottom right-top right-top |
EFX_EFFECT_WIPE4_RB_RB_RT_RB |
Wipe4 right-bottom right-bottom right-top right-bottom |
EFX_EFFECT_WIPE4_RB_RB_RB_LT |
Wipe4 right-bottom right-bottom right-bottom left-top |
EFX_EFFECT_WIPE4_RB_RB_RB_LB |
Wipe4 right-bottom right-bottom right-bottom left-bottom |
EFX_EFFECT_WIPE4_RB_RB_RB_RT |
Wipe4 right-bottom right-bottom right-bottom right-top |
EFX_EFFECT_WIPE4_RB_RB_RB_RB |
Wipe4 right-bottom right-bottom right-bottom right-bottom |
EFX_EFFECT_WIPE_MAX |
Number of effects in this class. |
Rectangular wipe class |
|
EFX_EFFECT_WIPE_RECTANGLE_IN |
Wipe rectangle in |
EFX_EFFECT_WIPE_RECTANGLE_OUT |
Wipe rectangle out |
EFX_EFFECT_WIPE_RECTANGLE_INTER_IN_THEN_IN |
Wipe rectangle interlace in then in |
EFX_EFFECT_WIPE_RECTANGLE_INTER_OUT_THEN_OUT |
|
|
Wipe rectangle interlace out then out |
EFX_EFFECT_WIPE_RECTANGLE_INTER_IN_THEN_OUT |
|
|
Wipe rectangle interlace in then out |
EFX_EFFECT_WIPE_RECTANGLE_INTER_OUT_THEN_IN |
Wipe rectangle interlace out then in |
EFX_EFFECT_WIPE_RECTANGLE_MAX |
Number of effects in this class. |
Circular wipe class |
|
EFX_EFFECT_WIPE_CIRCLE_C_CW_FROM_L |
Wipe circle center CW from left |
EFX_EFFECT_WIPE_CIRCLE_C_CCW_FROM_L |
Wipe circle center CCW from left |
EFX_EFFECT_WIPE_CIRCLE_C_CW_FROM_R |
Wipe circle center CW from right |
EFX_EFFECT_WIPE_CIRCLE_C_CCW_FROM_R |
Wipe circle center CCW from right |
EFX_EFFECT_WIPE_CIRCLE_C_CW_FROM_T |
Wipe circle center CW from top |
EFX_EFFECT_WIPE_CIRCLE_C_CCW_FROM_T |
Wipe circle center CCW from top |
EFX_EFFECT_WIPE_CIRCLE_C_CW_FROM_B |
Wipe circle center CW from bottom |
EFX_EFFECT_WIPE_CIRCLE_C_CCW_FROM_B |
Wipe circle center CCW from bottom |
EFX_EFFECT_WIPE_CIRCLE_L_CCW_FROM_B |
Wipe circle left CCW from bottom |
EFX_EFFECT_WIPE_CIRCLE_L_CW_FROM_T |
Wipe circle left CW from top |
EFX_EFFECT_WIPE_CIRCLE_R_CW_FROM_B |
Wipe circle right CW from bottom |
EFX_EFFECT_WIPE_CIRCLE_R_CCW_FROM_T |
Wipe circle right CCW from top |
EFX_EFFECT_WIPE_CIRCLE_T_CCW_FROM_L |
Wipe circle top CCW from left |
EFX_EFFECT_WIPE_CIRCLE_T_CW_FROM_R |
Wipe circle top CW from right |
EFX_EFFECT_WIPE_CIRCLE_B_CW_FROM_L |
Wipe circle bottom CW from left |
EFX_EFFECT_WIPE_CIRCLE_B_CCW_FROM_R |
Wipe circle bottom CCW from right |
EFX_EFFECT_WIPE_CIRCLE2_C_CW_FROM_L_AND_FROM_R |
Wipe circle2 center CW from left and from right |
EFX_EFFECT_WIPE_CIRCLE2_C_CCW_FROM_L_AND_FROM_R |
Wipe circle2 center CCW from left and from right |
EFX_EFFECT_WIPE_CIRCLE2_C_CW_FROM_T_AND_FROM_B |
Wipe circle2 center CW from top and from bottom |
EFX_EFFECT_WIPE_CIRCLE2_C_CCW_FROM_T_AND_FROM_B |
Wipe circle2 center CCW from top and from bottom |
EFX_EFFECT_WIPE_CIRCLE2_L_CW_FROM_T_AND_CCW_FROM_B |
Wipe circle2 left CW from top and CCW from bottom |
EFX_EFFECT_WIPE_CIRCLE2_L_CCW_TO_T_AND_CW_TO_B |
Wipe circle2 left CCW to top and CW to bottom |
EFX_EFFECT_WIPE_CIRCLE2_R_CCW_FROM_T_AND_CW_FROM_B |
Wipe circle2 right CCW from top and CW from bottom |
EFX_EFFECT_WIPE_CIRCLE2_R_CW_TO_T_AND_CCW_TO_B |
Wipe circle2 right CW to top and CCW to bottom |
EFX_EFFECT_WIPE_CIRCLE2_T_CCW_FROM_L_AND_CW_FROM_R |
Wipe circle2 top CCW from left and CW from right |
EFX_EFFECT_WIPE_CIRCLE2_T_CW_TO_L_AND_CCW_TO_R |
Wipe circle2 top CW to left and CCW to right |
EFX_EFFECT_WIPE_CIRCLE2_B_CW_FROM_L_AND_CCW_FROM_R |
Wipe circle2 bottom CW from left and CCW from right |
EFX_EFFECT_WIPE_CIRCLE2_B_CCW_TO_L_AND_CW_TO_R |
Wipe circle2 bottom CCW to left and CW to right |
EFX_EFFECT_WIPE_CIRCLE4_C_CW_CCW_CCW_CW |
Wipe circle4 center CW CCW CCW CW |
EFX_EFFECT_WIPE_CIRCLE4_C_CCW_CW_CW_CCW |
Wipe circle4 center CCW CW CW CCW |
EFX_EFFECT_WIPE_CIRCLE_MAX |
Number of effects in this class. |
Push class |
|
EFX_EFFECT_PUSH_R_TO_L |
Push right to left |
EFX_EFFECT_PUSH_L_TO_R |
Push left to right |
EFX_EFFECT_PUSH_B_TO_T |
Push bottom to top |
EFX_EFFECT_PUSH_T_TO_B |
Push top to bottom |
EFX_EFFECT_PUSH2_T_R_TO_L_AND_B_L_TO_R |
Push2 top right to left and bottom left to right |
EFX_EFFECT_PUSH2_T_L_TO_R_AND_B_R_TO_L |
Push2 top left to right and bottom right to left |
EFX_EFFECT_PUSH2_L_B_TO_T_AND_R_T_TO_B |
Push2 left bottom to top and right top to bottom |
EFX_EFFECT_PUSH2_L_T_TO_B_AND_R_B_TO_T |
Push2 left top to bottom and right bottom to top |
EFX_EFFECT_PUSH4_L_L_L_L |
Push4 left left left left |
EFX_EFFECT_PUSH4_L_L_L_R |
Push4 left left left right |
EFX_EFFECT_PUSH4_L_L_L_T |
Push4 left left left top |
EFX_EFFECT_PUSH4_L_L_L_B |
Push4 left left left bottom |
EFX_EFFECT_PUSH4_L_L_R_L |
Push4 left left right left |
EFX_EFFECT_PUSH4_L_L_R_R |
Push4 left left right right |
EFX_EFFECT_PUSH4_L_L_R_T |
Push4 left left right top |
EFX_EFFECT_PUSH4_L_L_R_B |
Push4 left left right bottom |
EFX_EFFECT_PUSH4_L_L_T_L |
Push4 left left top left |
EFX_EFFECT_PUSH4_L_L_T_R |
Push4 left left top right |
EFX_EFFECT_PUSH4_L_L_T_T |
Push4 left left top top |
EFX_EFFECT_PUSH4_L_L_T_B |
Push4 left left top bottom |
EFX_EFFECT_PUSH4_L_L_B_L |
Push4 left left bottom left |
EFX_EFFECT_PUSH4_L_L_B_R |
Push4 left left bottom right |
EFX_EFFECT_PUSH4_L_L_B_T |
Push4 left left bottom top |
EFX_EFFECT_PUSH4_L_L_B_B |
Push4 left left bottom bottom |
EFX_EFFECT_PUSH4_L_R_L_L |
Push4 left right left left |
EFX_EFFECT_PUSH4_L_R_L_R |
Push4 left right left right |
EFX_EFFECT_PUSH4_L_R_L_T |
Push4 left right left top |
EFX_EFFECT_PUSH4_L_R_L_B |
Push4 left right left bottom |
EFX_EFFECT_PUSH4_L_R_R_L |
Push4 left right right left |
EFX_EFFECT_PUSH4_L_R_R_R |
Push4 left right right right |
EFX_EFFECT_PUSH4_L_R_R_T |
Push4 left right right top |
EFX_EFFECT_PUSH4_L_R_R_B |
Push4 left right right bottom |
EFX_EFFECT_PUSH4_L_R_T_L |
Push4 left right top left |
EFX_EFFECT_PUSH4_L_R_T_R |
Push4 left right top right |
EFX_EFFECT_PUSH4_L_R_T_T |
Push4 left right top top |
EFX_EFFECT_PUSH4_L_R_T_B |
Push4 left right top bottom |
EFX_EFFECT_PUSH4_L_R_B_L |
Push4 left right bottom left |
EFX_EFFECT_PUSH4_L_R_B_R |
Push4 left right bottom right |
EFX_EFFECT_PUSH4_L_R_B_T |
Push4 left right bottom top |
EFX_EFFECT_PUSH4_L_R_B_B |
Push4 left right bottom bottom |
EFX_EFFECT_PUSH4_L_T_L_L |
Push4 left top left left |
EFX_EFFECT_PUSH4_L_T_L_R |
Push4 left top left right |
EFX_EFFECT_PUSH4_L_T_L_T |
Push4 left top left top |
EFX_EFFECT_PUSH4_L_T_L_B |
Push4 left top left bottom |
EFX_EFFECT_PUSH4_L_T_R_L |
Push4 left top right left |
EFX_EFFECT_PUSH4_L_T_R_R |
Push4 left top right right |
EFX_EFFECT_PUSH4_L_T_R_T |
Push4 left top right top |
EFX_EFFECT_PUSH4_L_T_R_B |
Push4 left top right bottom |
EFX_EFFECT_PUSH4_L_T_T_L |
Push4 left top top left |
EFX_EFFECT_PUSH4_L_T_T_R |
Push4 left top top right |
EFX_EFFECT_PUSH4_L_T_T_T |
Push4 left top top top |
EFX_EFFECT_PUSH4_L_T_T_B |
Push4 left top top bottom |
EFX_EFFECT_PUSH4_L_T_B_L |
Push4 left top bottom left |
EFX_EFFECT_PUSH4_L_T_B_R |
Push4 left top bottom right |
EFX_EFFECT_PUSH4_L_T_B_T |
Push4 left top bottom top |
EFX_EFFECT_PUSH4_L_T_B_B |
Push4 left top bottom bottom |
EFX_EFFECT_PUSH4_L_B_L_L |
Push4 left bottom left left |
EFX_EFFECT_PUSH4_L_B_L_R |
Push4 left bottom left right |
EFX_EFFECT_PUSH4_L_B_L_T |
Push4 left bottom left top |
EFX_EFFECT_PUSH4_L_B_L_B |
Push4 left bottom left bottom |
EFX_EFFECT_PUSH4_L_B_R_L |
Push4 left bottom right left |
EFX_EFFECT_PUSH4_L_B_R_R |
Push4 left bottom right right |
EFX_EFFECT_PUSH4_L_B_R_T |
Push4 left bottom right top |
EFX_EFFECT_PUSH4_L_B_R_B |
Push4 left bottom right bottom |
EFX_EFFECT_PUSH4_L_B_T_L |
Push4 left bottom top left |
EFX_EFFECT_PUSH4_L_B_T_R |
Push4 left bottom top right |
EFX_EFFECT_PUSH4_L_B_T_T |
Push4 left bottom top top |
EFX_EFFECT_PUSH4_L_B_T_B |
Push4 left bottom top bottom |
EFX_EFFECT_PUSH4_L_B_B_L |
Push4 left bottom bottom left |
EFX_EFFECT_PUSH4_L_B_B_R |
Push4 left bottom bottom right |
EFX_EFFECT_PUSH4_L_B_B_T |
Push4 left bottom bottom top |
EFX_EFFECT_PUSH4_L_B_B_B |
Push4 left bottom bottom bottom |
EFX_EFFECT_PUSH4_R_L_L_L |
Push4 right left left left |
EFX_EFFECT_PUSH4_R_L_L_R |
Push4 right left left right |
EFX_EFFECT_PUSH4_R_L_L_T |
Push4 right left left top |
EFX_EFFECT_PUSH4_R_L_L_B |
Push4 right left left bottom |
EFX_EFFECT_PUSH4_R_L_R_L |
Push4 right left right left |
EFX_EFFECT_PUSH4_R_L_R_R |
Push4 right left right right |
EFX_EFFECT_PUSH4_R_L_R_T |
Push4 right left right top |
EFX_EFFECT_PUSH4_R_L_R_B |
Push4 right left right bottom |
EFX_EFFECT_PUSH4_R_L_T_L |
Push4 right left top left |
EFX_EFFECT_PUSH4_R_L_T_R |
Push4 right left top right |
EFX_EFFECT_PUSH4_R_L_T_T |
Push4 right left top top |
EFX_EFFECT_PUSH4_R_L_T_B |
Push4 right left top bottom |
EFX_EFFECT_PUSH4_R_L_B_L |
Push4 right left bottom left |
EFX_EFFECT_PUSH4_R_L_B_R |
Push4 right left bottom right |
EFX_EFFECT_PUSH4_R_L_B_T |
Push4 right left bottom top |
EFX_EFFECT_PUSH4_R_L_B_B |
Push4 right left bottom bottom |
EFX_EFFECT_PUSH4_R_R_L_L |
Push4 right right left left |
EFX_EFFECT_PUSH4_R_R_L_R |
Push4 right right left right |
EFX_EFFECT_PUSH4_R_R_L_T |
Push4 right right left top |
EFX_EFFECT_PUSH4_R_R_L_B |
Push4 right right left bottom |
EFX_EFFECT_PUSH4_R_R_R_L |
Push4 right right right left |
EFX_EFFECT_PUSH4_R_R_R_R |
Push4 right right right right |
EFX_EFFECT_PUSH4_R_R_R_T |
Push4 right right right top |
EFX_EFFECT_PUSH4_R_R_R_B |
Push4 right right right bottom |
EFX_EFFECT_PUSH4_R_R_T_L |
Push4 right right top left |
EFX_EFFECT_PUSH4_R_R_T_R |
Push4 right right top right |
EFX_EFFECT_PUSH4_R_R_T_T |
Push4 right right top top |
EFX_EFFECT_PUSH4_R_R_T_B |
Push4 right right top bottom |
EFX_EFFECT_PUSH4_R_R_B_L |
Push4 right right bottom left |
EFX_EFFECT_PUSH4_R_R_B_R |
Push4 right right bottom right |
EFX_EFFECT_PUSH4_R_R_B_T |
Push4 right right bottom top |
EFX_EFFECT_PUSH4_R_R_B_B |
Push4 right right bottom bottom |
EFX_EFFECT_PUSH4_R_T_L_L |
Push4 right top left left |
EFX_EFFECT_PUSH4_R_T_L_R |
Push4 right top left right |
EFX_EFFECT_PUSH4_R_T_L_T |
Push4 right top left top |
EFX_EFFECT_PUSH4_R_T_L_B |
Push4 right top left bottom |
EFX_EFFECT_PUSH4_R_T_R_L |
Push4 right top right left |
EFX_EFFECT_PUSH4_R_T_R_R |
Push4 right top right right |
EFX_EFFECT_PUSH4_R_T_R_T |
Push4 right top right top |
EFX_EFFECT_PUSH4_R_T_R_B |
Push4 right top right bottom |
EFX_EFFECT_PUSH4_R_T_T_L |
Push4 right top top left |
EFX_EFFECT_PUSH4_R_T_T_R |
Push4 right top top right |
EFX_EFFECT_PUSH4_R_T_T_T |
Push4 right top top top |
EFX_EFFECT_PUSH4_R_T_T_B |
Push4 right top top bottom |
EFX_EFFECT_PUSH4_R_T_B_L |
Push4 right top bottom left |
EFX_EFFECT_PUSH4_R_T_B_R |
Push4 right top bottom right |
EFX_EFFECT_PUSH4_R_T_B_T |
Push4 right top bottom top |
EFX_EFFECT_PUSH4_R_T_B_B |
Push4 right top bottom bottom |
EFX_EFFECT_PUSH4_R_B_L_L |
Push4 right bottom left left |
EFX_EFFECT_PUSH4_R_B_L_R |
Push4 right bottom left right |
EFX_EFFECT_PUSH4_R_B_L_T |
Push4 right bottom left top |
EFX_EFFECT_PUSH4_R_B_L_B |
Push4 right bottom left bottom |
EFX_EFFECT_PUSH4_R_B_R_L |
Push4 right bottom right left |
EFX_EFFECT_PUSH4_R_B_R_R |
Push4 right bottom right right |
EFX_EFFECT_PUSH4_R_B_R_T |
Push4 right bottom right top |
EFX_EFFECT_PUSH4_R_B_R_B |
Push4 right bottom right bottom |
EFX_EFFECT_PUSH4_R_B_T_L |
Push4 right bottom top left |
EFX_EFFECT_PUSH4_R_B_T_R |
Push4 right bottom top right |
EFX_EFFECT_PUSH4_R_B_T_T |
Push4 right bottom top top |
EFX_EFFECT_PUSH4_R_B_T_B |
Push4 right bottom top bottom |
EFX_EFFECT_PUSH4_R_B_B_L |
Push4 right bottom bottom left |
EFX_EFFECT_PUSH4_R_B_B_R |
Push4 right bottom bottom right |
EFX_EFFECT_PUSH4_R_B_B_T |
Push4 right bottom bottom top |
EFX_EFFECT_PUSH4_R_B_B_B |
Push4 right bottom bottom bottom |
EFX_EFFECT_PUSH4_T_L_L_L |
Push4 top left left left |
EFX_EFFECT_PUSH4_T_L_L_R |
Push4 top left left right |
EFX_EFFECT_PUSH4_T_L_L_T |
Push4 top left left top |
EFX_EFFECT_PUSH4_T_L_L_B |
Push4 top left left bottom |
EFX_EFFECT_PUSH4_T_L_R_L |
Push4 top left right left |
EFX_EFFECT_PUSH4_T_L_R_R |
Push4 top left right right |
EFX_EFFECT_PUSH4_T_L_R_T |
Push4 top left right top |
EFX_EFFECT_PUSH4_T_L_R_B |
Push4 top left right bottom |
EFX_EFFECT_PUSH4_T_L_T_L |
Push4 top left top left |
EFX_EFFECT_PUSH4_T_L_T_R |
Push4 top left top right |
EFX_EFFECT_PUSH4_T_L_T_T |
Push4 top left top top |
EFX_EFFECT_PUSH4_T_L_T_B |
Push4 top left top bottom |
EFX_EFFECT_PUSH4_T_L_B_L |
Push4 top left bottom left |
EFX_EFFECT_PUSH4_T_L_B_R |
Push4 top left bottom right |
EFX_EFFECT_PUSH4_T_L_B_T |
Push4 top left bottom top |
EFX_EFFECT_PUSH4_T_L_B_B |
Push4 top left bottom bottom |
EFX_EFFECT_PUSH4_T_R_L_L |
Push4 top right left left |
EFX_EFFECT_PUSH4_T_R_L_R |
Push4 top right left right |
EFX_EFFECT_PUSH4_T_R_L_T |
Push4 top right left top |
EFX_EFFECT_PUSH4_T_R_L_B |
Push4 top right left bottom |
EFX_EFFECT_PUSH4_T_R_R_L |
Push4 top right right left |
EFX_EFFECT_PUSH4_T_R_R_R |
Push4 top right right right |
EFX_EFFECT_PUSH4_T_R_R_T |
Push4 top right right top |
EFX_EFFECT_PUSH4_T_R_R_B |
Push4 top right right bottom |
EFX_EFFECT_PUSH4_T_R_T_L |
Push4 top right top left |
EFX_EFFECT_PUSH4_T_R_T_R |
Push4 top right top right |
EFX_EFFECT_PUSH4_T_R_T_T |
Push4 top right top top |
EFX_EFFECT_PUSH4_T_R_T_B |
Push4 top right top bottom |
EFX_EFFECT_PUSH4_T_R_B_L |
Push4 top right bottom left |
EFX_EFFECT_PUSH4_T_R_B_R |
Push4 top right bottom right |
EFX_EFFECT_PUSH4_T_R_B_T |
Push4 top right bottom top |
EFX_EFFECT_PUSH4_T_R_B_B |
Push4 top right bottom bottom |
EFX_EFFECT_PUSH4_T_T_L_L |
Push4 top top left left |
EFX_EFFECT_PUSH4_T_T_L_R |
Push4 top top left right |
EFX_EFFECT_PUSH4_T_T_L_T |
Push4 top top left top |
EFX_EFFECT_PUSH4_T_T_L_B |
Push4 top top left bottom |
EFX_EFFECT_PUSH4_T_T_R_L |
Push4 top top right left |
EFX_EFFECT_PUSH4_T_T_R_R |
Push4 top top right right |
EFX_EFFECT_PUSH4_T_T_R_T |
Push4 top top right top |
EFX_EFFECT_PUSH4_T_T_R_B |
Push4 top top right bottom |
EFX_EFFECT_PUSH4_T_T_T_L |
Push4 top top top left |
EFX_EFFECT_PUSH4_T_T_T_R |
Push4 top top top right |
EFX_EFFECT_PUSH4_T_T_T_T |
Push4 top top top top |
EFX_EFFECT_PUSH4_T_T_T_B |
Push4 top top top bottom |
EFX_EFFECT_PUSH4_T_T_B_L |
Push4 top top bottom left |
EFX_EFFECT_PUSH4_T_T_B_R |
Push4 top top bottom right |
EFX_EFFECT_PUSH4_T_T_B_T |
Push4 top top bottom top |
EFX_EFFECT_PUSH4_T_T_B_B |
Push4 top top bottom bottom |
EFX_EFFECT_PUSH4_T_B_L_L |
Push4 top bottom left left |
EFX_EFFECT_PUSH4_T_B_L_R |
Push4 top bottom left right |
EFX_EFFECT_PUSH4_T_B_L_T |
Push4 top bottom left top |
EFX_EFFECT_PUSH4_T_B_L_B |
Push4 top bottom left bottom |
EFX_EFFECT_PUSH4_T_B_R_L |
Push4 top bottom right left |
EFX_EFFECT_PUSH4_T_B_R_R |
Push4 top bottom right right |
EFX_EFFECT_PUSH4_T_B_R_T |
Push4 top bottom right top |
EFX_EFFECT_PUSH4_T_B_R_B |
Push4 top bottom right bottom |
EFX_EFFECT_PUSH4_T_B_T_L |
Push4 top bottom top left |
EFX_EFFECT_PUSH4_T_B_T_R |
Push4 top bottom top right |
EFX_EFFECT_PUSH4_T_B_T_T |
Push4 top bottom top top |
EFX_EFFECT_PUSH4_T_B_T_B |
Push4 top bottom top bottom |
EFX_EFFECT_PUSH4_T_B_B_L |
Push4 top bottom bottom left |
EFX_EFFECT_PUSH4_T_B_B_R |
Push4 top bottom bottom right |
EFX_EFFECT_PUSH4_T_B_B_T |
Push4 top bottom bottom top |
EFX_EFFECT_PUSH4_T_B_B_B |
Push4 top bottom bottom bottom |
EFX_EFFECT_PUSH4_B_L_L_L |
Push4 bottom left left left |
EFX_EFFECT_PUSH4_B_L_L_R |
Push4 bottom left left right |
EFX_EFFECT_PUSH4_B_L_L_T |
Push4 bottom left left top |
EFX_EFFECT_PUSH4_B_L_L_B |
Push4 bottom left left bottom |
EFX_EFFECT_PUSH4_B_L_R_L |
Push4 bottom left right left |
EFX_EFFECT_PUSH4_B_L_R_R |
Push4 bottom left right right |
EFX_EFFECT_PUSH4_B_L_R_T |
Push4 bottom left right top |
EFX_EFFECT_PUSH4_B_L_R_B |
Push4 bottom left right bottom |
EFX_EFFECT_PUSH4_B_L_T_L |
Push4 bottom left top left |
EFX_EFFECT_PUSH4_B_L_T_R |
Push4 bottom left top right |
EFX_EFFECT_PUSH4_B_L_T_T |
Push4 bottom left top top |
EFX_EFFECT_PUSH4_B_L_T_B |
Push4 bottom left top bottom |
EFX_EFFECT_PUSH4_B_L_B_L |
Push4 bottom left bottom left |
EFX_EFFECT_PUSH4_B_L_B_R |
Push4 bottom left bottom right |
EFX_EFFECT_PUSH4_B_L_B_T |
Push4 bottom left bottom top |
EFX_EFFECT_PUSH4_B_L_B_B |
Push4 bottom left bottom bottom |
EFX_EFFECT_PUSH4_B_R_L_L |
Push4 bottom right left left |
EFX_EFFECT_PUSH4_B_R_L_R |
Push4 bottom right left right |
EFX_EFFECT_PUSH4_B_R_L_T |
Push4 bottom right left top |
EFX_EFFECT_PUSH4_B_R_L_B |
Push4 bottom right left bottom |
EFX_EFFECT_PUSH4_B_R_R_L |
Push4 bottom right right left |
EFX_EFFECT_PUSH4_B_R_R_R |
Push4 bottom right right right |
EFX_EFFECT_PUSH4_B_R_R_T |
Push4 bottom right right top |
EFX_EFFECT_PUSH4_B_R_R_B |
Push4 bottom right right bottom |
EFX_EFFECT_PUSH4_B_R_T_L |
Push4 bottom right top left |
EFX_EFFECT_PUSH4_B_R_T_R |
Push4 bottom right top right |
EFX_EFFECT_PUSH4_B_R_T_T |
Push4 bottom right top top |
EFX_EFFECT_PUSH4_B_R_T_B |
Push4 bottom right top bottom |
EFX_EFFECT_PUSH4_B_R_B_L |
Push4 bottom right bottom left |
EFX_EFFECT_PUSH4_B_R_B_R |
Push4 bottom right bottom right |
EFX_EFFECT_PUSH4_B_R_B_T |
Push4 bottom right bottom top |
EFX_EFFECT_PUSH4_B_R_B_B |
Push4 bottom right bottom bottom |
EFX_EFFECT_PUSH4_B_T_L_L |
Push4 bottom top left left |
EFX_EFFECT_PUSH4_B_T_L_R |
Push4 bottom top left right |
EFX_EFFECT_PUSH4_B_T_L_T |
Push4 bottom top left top |
EFX_EFFECT_PUSH4_B_T_L_B |
Push4 bottom top left bottom |
EFX_EFFECT_PUSH4_B_T_R_L |
Push4 bottom top right left |
EFX_EFFECT_PUSH4_B_T_R_R |
Push4 bottom top right right |
EFX_EFFECT_PUSH4_B_T_R_T |
Push4 bottom top right top |
EFX_EFFECT_PUSH4_B_T_R_B |
Push4 bottom top right bottom |
EFX_EFFECT_PUSH4_B_T_T_L |
Push4 bottom top top left |
EFX_EFFECT_PUSH4_B_T_T_R |
Push4 bottom top top right |
EFX_EFFECT_PUSH4_B_T_T_T |
Push4 bottom top top top |
EFX_EFFECT_PUSH4_B_T_T_B |
Push4 bottom top top bottom |
EFX_EFFECT_PUSH4_B_T_B_L |
Push4 bottom top bottom left |
EFX_EFFECT_PUSH4_B_T_B_R |
Push4 bottom top bottom right |
EFX_EFFECT_PUSH4_B_T_B_T |
Push4 bottom top bottom top |
EFX_EFFECT_PUSH4_B_T_B_B |
Push4 bottom top bottom bottom |
EFX_EFFECT_PUSH4_B_B_L_L |
Push4 bottom bottom left left |
EFX_EFFECT_PUSH4_B_B_L_R |
Push4 bottom bottom left right |
EFX_EFFECT_PUSH4_B_B_L_T |
Push4 bottom bottom left top |
EFX_EFFECT_PUSH4_B_B_L_B |
Push4 bottom bottom left bottom |
EFX_EFFECT_PUSH4_B_B_R_L |
Push4 bottom bottom right left |
EFX_EFFECT_PUSH4_B_B_R_R |
Push4 bottom bottom right right |
EFX_EFFECT_PUSH4_B_B_R_T |
Push4 bottom bottom right top |
EFX_EFFECT_PUSH4_B_B_R_B |
Push4 bottom bottom right bottom |
EFX_EFFECT_PUSH4_B_B_T_L |
Push4 bottom bottom top left |
EFX_EFFECT_PUSH4_B_B_T_R |
Push4 bottom bottom top right |
EFX_EFFECT_PUSH4_B_B_T_T |
Push4 bottom bottom top top |
EFX_EFFECT_PUSH4_B_B_T_B |
Push4 bottom bottom top bottom |
EFX_EFFECT_PUSH4_B_B_B_L |
Push4 bottom bottom bottom left |
EFX_EFFECT_PUSH4_B_B_B_R |
Push4 bottom bottom bottom right |
EFX_EFFECT_PUSH4_B_B_B_T |
Push4 bottom bottom bottom top |
EFX_EFFECT_PUSH4_B_B_B_B |
Push4 bottom bottom bottom bottom |
EFX_EFFECT_PUSH_MAX |
Number of effects in this class. |
Slide class |
|
EFX_EFFECT_SLIDE_R_TO_L |
Slide right to left |
EFX_EFFECT_SLIDE_L_TO_R |
Slide left to right |
EFX_EFFECT_SLIDE_B_TO_T |
Slide bottom to top |
EFX_EFFECT_SLIDE_T_TO_B |
Slide top to bottom |
EFX_EFFECT_SLIDE_LT_TO_RB |
Slide left-top to right-bottom |
EFX_EFFECT_SLIDE_RT_TO_LB |
Slide right-top to left-bottom |
EFX_EFFECT_SLIDE_LB_TO_RT |
Slide left-bottom to right-top |
EFX_EFFECT_SLIDE_RB_TO_LT |
Slide right-bottom to left-top |
EFX_EFFECT_SLIDE_INTERH_L_TO_R_AND_R_TO_L |
Slide horizontal interlace left to right and right to left |
EFX_EFFECT_SLIDE_INTERV_T_TO_B_AND_B_TO_T |
Slide vertical interlace top to bottom and bottom to top |
EFX_EFFECT_SLIDE2_T_R_TO_L_AND_B_L_TO_R |
Slide2 top right to left and bottom left to right |
EFX_EFFECT_SLIDE2_T_L_TO_R_AND_B_R_TO_L |
Slide2 top left to right and bottom right to left |
EFX_EFFECT_SLIDE2_L_B_TO_T_AND_R_T_TO_B |
Slide2 left bottom to top and right top to bottom |
EFX_EFFECT_SLIDE2_L_T_TO_B_AND_R_B_TO_T |
Slide2 left top to bottom and right bottom to top |
EFX_EFFECT_SLIDE4_L_L_L_L |
Slide4 left left left left |
EFX_EFFECT_SLIDE4_L_L_L_R |
Slide4 left left left right |
EFX_EFFECT_SLIDE4_L_L_L_T |
Slide4 left left left top |
EFX_EFFECT_SLIDE4_L_L_L_B |
Slide4 left left left bottom |
EFX_EFFECT_SLIDE4_L_L_R_L |
Slide4 left left right left |
EFX_EFFECT_SLIDE4_L_L_R_R |
Slide4 left left right right |
EFX_EFFECT_SLIDE4_L_L_R_T |
Slide4 left left right top |
EFX_EFFECT_SLIDE4_L_L_R_B |
Slide4 left left right bottom |
EFX_EFFECT_SLIDE4_L_L_T_L |
Slide4 left left top left |
EFX_EFFECT_SLIDE4_L_L_T_R |
Slide4 left left top right |
EFX_EFFECT_SLIDE4_L_L_T_T |
Slide4 left left top top |
EFX_EFFECT_SLIDE4_L_L_T_B |
Slide4 left left top bottom |
EFX_EFFECT_SLIDE4_L_L_B_L |
Slide4 left left bottom left |
EFX_EFFECT_SLIDE4_L_L_B_R |
Slide4 left left bottom right |
EFX_EFFECT_SLIDE4_L_L_B_T |
Slide4 left left bottom top |
EFX_EFFECT_SLIDE4_L_L_B_B |
Slide4 left left bottom bottom |
EFX_EFFECT_SLIDE4_L_R_L_L |
Slide4 left right left left |
EFX_EFFECT_SLIDE4_L_R_L_R |
Slide4 left right left right |
EFX_EFFECT_SLIDE4_L_R_L_T |
Slide4 left right left top |
EFX_EFFECT_SLIDE4_L_R_L_B |
Slide4 left right left bottom |
EFX_EFFECT_SLIDE4_L_R_R_L |
Slide4 left right right left |
EFX_EFFECT_SLIDE4_L_R_R_R |
Slide4 left right right right |
EFX_EFFECT_SLIDE4_L_R_R_T |
Slide4 left right right top |
EFX_EFFECT_SLIDE4_L_R_R_B |
Slide4 left right right bottom |
EFX_EFFECT_SLIDE4_L_R_T_L |
Slide4 left right top left |
EFX_EFFECT_SLIDE4_L_R_T_R |
Slide4 left right top right |
EFX_EFFECT_SLIDE4_L_R_T_T |
Slide4 left right top top |
EFX_EFFECT_SLIDE4_L_R_T_B |
Slide4 left right top bottom |
EFX_EFFECT_SLIDE4_L_R_B_L |
Slide4 left right bottom left |
EFX_EFFECT_SLIDE4_L_R_B_R |
Slide4 left right bottom right |
EFX_EFFECT_SLIDE4_L_R_B_T |
Slide4 left right bottom top |
EFX_EFFECT_SLIDE4_L_R_B_B |
Slide4 left right bottom bottom |
EFX_EFFECT_SLIDE4_L_T_L_L |
Slide4 left top left left |
EFX_EFFECT_SLIDE4_L_T_L_R |
Slide4 left top left right |
EFX_EFFECT_SLIDE4_L_T_L_T |
Slide4 left top left top |
EFX_EFFECT_SLIDE4_L_T_L_B |
Slide4 left top left bottom |
EFX_EFFECT_SLIDE4_L_T_R_L |
Slide4 left top right left |
EFX_EFFECT_SLIDE4_L_T_R_R |
Slide4 left top right right |
EFX_EFFECT_SLIDE4_L_T_R_T |
Slide4 left top right top |
EFX_EFFECT_SLIDE4_L_T_R_B |
Slide4 left top right bottom |
EFX_EFFECT_SLIDE4_L_T_T_L |
Slide4 left top top left |
EFX_EFFECT_SLIDE4_L_T_T_R |
Slide4 left top top right |
EFX_EFFECT_SLIDE4_L_T_T_T |
Slide4 left top top top |
EFX_EFFECT_SLIDE4_L_T_T_B |
Slide4 left top top bottom |
EFX_EFFECT_SLIDE4_L_T_B_L |
Slide4 left top bottom left |
EFX_EFFECT_SLIDE4_L_T_B_R |
Slide4 left top bottom right |
EFX_EFFECT_SLIDE4_L_T_B_T |
Slide4 left top bottom top |
EFX_EFFECT_SLIDE4_L_T_B_B |
Slide4 left top bottom bottom |
EFX_EFFECT_SLIDE4_L_B_L_L |
Slide4 left bottom left left |
EFX_EFFECT_SLIDE4_L_B_L_R |
Slide4 left bottom left right |
EFX_EFFECT_SLIDE4_L_B_L_T |
Slide4 left bottom left top |
EFX_EFFECT_SLIDE4_L_B_L_B |
Slide4 left bottom left bottom |
EFX_EFFECT_SLIDE4_L_B_R_L |
Slide4 left bottom right left |
EFX_EFFECT_SLIDE4_L_B_R_R |
Slide4 left bottom right right |
EFX_EFFECT_SLIDE4_L_B_R_T |
Slide4 left bottom right top |
EFX_EFFECT_SLIDE4_L_B_R_B |
Slide4 left bottom right bottom |
EFX_EFFECT_SLIDE4_L_B_T_L |
Slide4 left bottom top left |
EFX_EFFECT_SLIDE4_L_B_T_R |
Slide4 left bottom top right |
EFX_EFFECT_SLIDE4_L_B_T_T |
Slide4 left bottom top top |
EFX_EFFECT_SLIDE4_L_B_T_B |
Slide4 left bottom top bottom |
EFX_EFFECT_SLIDE4_L_B_B_L |
Slide4 left bottom bottom left |
EFX_EFFECT_SLIDE4_L_B_B_R |
Slide4 left bottom bottom right |
EFX_EFFECT_SLIDE4_L_B_B_T |
Slide4 left bottom bottom top |
EFX_EFFECT_SLIDE4_L_B_B_B |
Slide4 left bottom bottom bottom |
EFX_EFFECT_SLIDE4_R_L_L_L |
Slide4 right left left left |
EFX_EFFECT_SLIDE4_R_L_L_R |
Slide4 right left left right |
EFX_EFFECT_SLIDE4_R_L_L_T |
Slide4 right left left top |
EFX_EFFECT_SLIDE4_R_L_L_B |
Slide4 right left left bottom |
EFX_EFFECT_SLIDE4_R_L_R_L |
Slide4 right left right left |
EFX_EFFECT_SLIDE4_R_L_R_R |
Slide4 right left right right |
EFX_EFFECT_SLIDE4_R_L_R_T |
Slide4 right left right top |
EFX_EFFECT_SLIDE4_R_L_R_B |
Slide4 right left right bottom |
EFX_EFFECT_SLIDE4_R_L_T_L |
Slide4 right left top left |
EFX_EFFECT_SLIDE4_R_L_T_R |
Slide4 right left top right |
EFX_EFFECT_SLIDE4_R_L_T_T |
Slide4 right left top top |
EFX_EFFECT_SLIDE4_R_L_T_B |
Slide4 right left top bottom |
EFX_EFFECT_SLIDE4_R_L_B_L |
Slide4 right left bottom left |
EFX_EFFECT_SLIDE4_R_L_B_R |
Slide4 right left bottom right |
EFX_EFFECT_SLIDE4_R_L_B_T |
Slide4 right left bottom top |
EFX_EFFECT_SLIDE4_R_L_B_B |
Slide4 right left bottom bottom |
EFX_EFFECT_SLIDE4_R_R_L_L |
Slide4 right right left left |
EFX_EFFECT_SLIDE4_R_R_L_R |
Slide4 right right left right |
EFX_EFFECT_SLIDE4_R_R_L_T |
Slide4 right right left top |
EFX_EFFECT_SLIDE4_R_R_L_B |
Slide4 right right left bottom |
EFX_EFFECT_SLIDE4_R_R_R_L |
Slide4 right right right left |
EFX_EFFECT_SLIDE4_R_R_R_R |
Slide4 right right right right |
EFX_EFFECT_SLIDE4_R_R_R_T |
Slide4 right right right top |
EFX_EFFECT_SLIDE4_R_R_R_B |
Slide4 right right right bottom |
EFX_EFFECT_SLIDE4_R_R_T_L |
Slide4 right right top left |
EFX_EFFECT_SLIDE4_R_R_T_R |
Slide4 right right top right |
EFX_EFFECT_SLIDE4_R_R_T_T |
Slide4 right right top top |
EFX_EFFECT_SLIDE4_R_R_T_B |
Slide4 right right top bottom |
EFX_EFFECT_SLIDE4_R_R_B_L |
Slide4 right right bottom left |
EFX_EFFECT_SLIDE4_R_R_B_R |
Slide4 right right bottom right |
EFX_EFFECT_SLIDE4_R_R_B_T |
Slide4 right right bottom top |
EFX_EFFECT_SLIDE4_R_R_B_B |
Slide4 right right bottom bottom |
EFX_EFFECT_SLIDE4_R_T_L_L |
Slide4 right top left left |
EFX_EFFECT_SLIDE4_R_T_L_R |
Slide4 right top left right |
EFX_EFFECT_SLIDE4_R_T_L_T |
Slide4 right top left top |
EFX_EFFECT_SLIDE4_R_T_L_B |
Slide4 right top left bottom |
EFX_EFFECT_SLIDE4_R_T_R_L |
Slide4 right top right left |
EFX_EFFECT_SLIDE4_R_T_R_R |
Slide4 right top right right |
EFX_EFFECT_SLIDE4_R_T_R_T |
Slide4 right top right top |
EFX_EFFECT_SLIDE4_R_T_R_B |
Slide4 right top right bottom |
EFX_EFFECT_SLIDE4_R_T_T_L |
Slide4 right top top left |
EFX_EFFECT_SLIDE4_R_T_T_R |
Slide4 right top top right |
EFX_EFFECT_SLIDE4_R_T_T_T |
Slide4 right top top top |
EFX_EFFECT_SLIDE4_R_T_T_B |
Slide4 right top top bottom |
EFX_EFFECT_SLIDE4_R_T_B_L |
Slide4 right top bottom left |
EFX_EFFECT_SLIDE4_R_T_B_R |
Slide4 right top bottom right |
EFX_EFFECT_SLIDE4_R_T_B_T |
Slide4 right top bottom top |
EFX_EFFECT_SLIDE4_R_T_B_B |
Slide4 right top bottom bottom |
EFX_EFFECT_SLIDE4_R_B_L_L |
Slide4 right bottom left left |
EFX_EFFECT_SLIDE4_R_B_L_R |
Slide4 right bottom left right |
EFX_EFFECT_SLIDE4_R_B_L_T |
Slide4 right bottom left top |
EFX_EFFECT_SLIDE4_R_B_L_B |
Slide4 right bottom left bottom |
EFX_EFFECT_SLIDE4_R_B_R_L |
Slide4 right bottom right left |
EFX_EFFECT_SLIDE4_R_B_R_R |
Slide4 right bottom right right |
EFX_EFFECT_SLIDE4_R_B_R_T |
Slide4 right bottom right top |
EFX_EFFECT_SLIDE4_R_B_R_B |
Slide4 right bottom right bottom |
EFX_EFFECT_SLIDE4_R_B_T_L |
Slide4 right bottom top left |
EFX_EFFECT_SLIDE4_R_B_T_R |
Slide4 right bottom top right |
EFX_EFFECT_SLIDE4_R_B_T_T |
Slide4 right bottom top top |
EFX_EFFECT_SLIDE4_R_B_T_B |
Slide4 right bottom top bottom |
EFX_EFFECT_SLIDE4_R_B_B_L |
Slide4 right bottom bottom left |
EFX_EFFECT_SLIDE4_R_B_B_R |
Slide4 right bottom bottom right |
EFX_EFFECT_SLIDE4_R_B_B_T |
Slide4 right bottom bottom top |
EFX_EFFECT_SLIDE4_R_B_B_B |
Slide4 right bottom bottom bottom |
EFX_EFFECT_SLIDE4_T_L_L_L |
Slide4 top left left left |
EFX_EFFECT_SLIDE4_T_L_L_R |
Slide4 top left left right |
EFX_EFFECT_SLIDE4_T_L_L_T |
Slide4 top left left top |
EFX_EFFECT_SLIDE4_T_L_L_B |
Slide4 top left left bottom |
EFX_EFFECT_SLIDE4_T_L_R_L |
Slide4 top left right left |
EFX_EFFECT_SLIDE4_T_L_R_R |
Slide4 top left right right |
EFX_EFFECT_SLIDE4_T_L_R_T |
Slide4 top left right top |
EFX_EFFECT_SLIDE4_T_L_R_B |
Slide4 top left right bottom |
EFX_EFFECT_SLIDE4_T_L_T_L |
Slide4 top left top left |
EFX_EFFECT_SLIDE4_T_L_T_R |
Slide4 top left top right |
EFX_EFFECT_SLIDE4_T_L_T_T |
Slide4 top left top top |
EFX_EFFECT_SLIDE4_T_L_T_B |
Slide4 top left top bottom |
EFX_EFFECT_SLIDE4_T_L_B_L |
Slide4 top left bottom left |
EFX_EFFECT_SLIDE4_T_L_B_R |
Slide4 top left bottom right |
EFX_EFFECT_SLIDE4_T_L_B_T |
Slide4 top left bottom top |
EFX_EFFECT_SLIDE4_T_L_B_B |
Slide4 top left bottom bottom |
EFX_EFFECT_SLIDE4_T_R_L_L |
Slide4 top right left left |
EFX_EFFECT_SLIDE4_T_R_L_R |
Slide4 top right left right |
EFX_EFFECT_SLIDE4_T_R_L_T |
Slide4 top right left top |
EFX_EFFECT_SLIDE4_T_R_L_B |
Slide4 top right left bottom |
EFX_EFFECT_SLIDE4_T_R_R_L |
Slide4 top right right left |
EFX_EFFECT_SLIDE4_T_R_R_R |
Slide4 top right right right |
EFX_EFFECT_SLIDE4_T_R_R_T |
Slide4 top right right top |
EFX_EFFECT_SLIDE4_T_R_R_B |
Slide4 top right right bottom |
EFX_EFFECT_SLIDE4_T_R_T_L |
Slide4 top right top left |
EFX_EFFECT_SLIDE4_T_R_T_R |
Slide4 top right top right |
EFX_EFFECT_SLIDE4_T_R_T_T |
Slide4 top right top top |
EFX_EFFECT_SLIDE4_T_R_T_B |
Slide4 top right top bottom |
EFX_EFFECT_SLIDE4_T_R_B_L |
Slide4 top right bottom left |
EFX_EFFECT_SLIDE4_T_R_B_R |
Slide4 top right bottom right |
EFX_EFFECT_SLIDE4_T_R_B_T |
Slide4 top right bottom top |
EFX_EFFECT_SLIDE4_T_R_B_B |
Slide4 top right bottom bottom |
EFX_EFFECT_SLIDE4_T_T_L_L |
Slide4 top top left left |
EFX_EFFECT_SLIDE4_T_T_L_R |
Slide4 top top left right |
EFX_EFFECT_SLIDE4_T_T_L_T |
Slide4 top top left top |
EFX_EFFECT_SLIDE4_T_T_L_B |
Slide4 top top left bottom |
EFX_EFFECT_SLIDE4_T_T_R_L |
Slide4 top top right left |
EFX_EFFECT_SLIDE4_T_T_R_R |
Slide4 top top right right |
EFX_EFFECT_SLIDE4_T_T_R_T |
Slide4 top top right top |
EFX_EFFECT_SLIDE4_T_T_R_B |
Slide4 top top right bottom |
EFX_EFFECT_SLIDE4_T_T_T_L |
Slide4 top top top left |
EFX_EFFECT_SLIDE4_T_T_T_R |
Slide4 top top top right |
EFX_EFFECT_SLIDE4_T_T_T_T |
Slide4 top top top top |
EFX_EFFECT_SLIDE4_T_T_T_B |
Slide4 top top top bottom |
EFX_EFFECT_SLIDE4_T_T_B_L |
Slide4 top top bottom left |
EFX_EFFECT_SLIDE4_T_T_B_R |
Slide4 top top bottom right |
EFX_EFFECT_SLIDE4_T_T_B_T |
Slide4 top top bottom top |
EFX_EFFECT_SLIDE4_T_T_B_B |
Slide4 top top bottom bottom |
EFX_EFFECT_SLIDE4_T_B_L_L |
Slide4 top bottom left left |
EFX_EFFECT_SLIDE4_T_B_L_R |
Slide4 top bottom left right |
EFX_EFFECT_SLIDE4_T_B_L_T |
Slide4 top bottom left top |
EFX_EFFECT_SLIDE4_T_B_L_B |
Slide4 top bottom left bottom |
EFX_EFFECT_SLIDE4_T_B_R_L |
Slide4 top bottom right left |
EFX_EFFECT_SLIDE4_T_B_R_R |
Slide4 top bottom right right |
EFX_EFFECT_SLIDE4_T_B_R_T |
Slide4 top bottom right top |
EFX_EFFECT_SLIDE4_T_B_R_B |
Slide4 top bottom right bottom |
EFX_EFFECT_SLIDE4_T_B_T_L |
Slide4 top bottom top left |
EFX_EFFECT_SLIDE4_T_B_T_R |
Slide4 top bottom top right |
EFX_EFFECT_SLIDE4_T_B_T_T |
Slide4 top bottom top top |
EFX_EFFECT_SLIDE4_T_B_T_B |
Slide4 top bottom top bottom |
EFX_EFFECT_SLIDE4_T_B_B_L |
Slide4 top bottom bottom left |
EFX_EFFECT_SLIDE4_T_B_B_R |
Slide4 top bottom bottom right |
EFX_EFFECT_SLIDE4_T_B_B_T |
Slide4 top bottom bottom top |
EFX_EFFECT_SLIDE4_T_B_B_B |
Slide4 top bottom bottom bottom |
EFX_EFFECT_SLIDE4_B_L_L_L |
Slide4 bottom left left left |
EFX_EFFECT_SLIDE4_B_L_L_R |
Slide4 bottom left left right |
EFX_EFFECT_SLIDE4_B_L_L_T |
Slide4 bottom left left top |
EFX_EFFECT_SLIDE4_B_L_L_B |
Slide4 bottom left left bottom |
EFX_EFFECT_SLIDE4_B_L_R_L |
Slide4 bottom left right left |
EFX_EFFECT_SLIDE4_B_L_R_R |
Slide4 bottom left right right |
EFX_EFFECT_SLIDE4_B_L_R_T |
Slide4 bottom left right top |
EFX_EFFECT_SLIDE4_B_L_R_B |
Slide4 bottom left right bottom |
EFX_EFFECT_SLIDE4_B_L_T_L |
Slide4 bottom left top left |
EFX_EFFECT_SLIDE4_B_L_T_R |
Slide4 bottom left top right |
EFX_EFFECT_SLIDE4_B_L_T_T |
Slide4 bottom left top top |
EFX_EFFECT_SLIDE4_B_L_T_B |
Slide4 bottom left top bottom |
EFX_EFFECT_SLIDE4_B_L_B_L |
Slide4 bottom left bottom left |
EFX_EFFECT_SLIDE4_B_L_B_R |
Slide4 bottom left bottom right |
EFX_EFFECT_SLIDE4_B_L_B_T |
Slide4 bottom left bottom top |
EFX_EFFECT_SLIDE4_B_L_B_B |
Slide4 bottom left bottom bottom |
EFX_EFFECT_SLIDE4_B_R_L_L |
Slide4 bottom right left left |
EFX_EFFECT_SLIDE4_B_R_L_R |
Slide4 bottom right left right |
EFX_EFFECT_SLIDE4_B_R_L_T |
Slide4 bottom right left top |
EFX_EFFECT_SLIDE4_B_R_L_B |
Slide4 bottom right left bottom |
EFX_EFFECT_SLIDE4_B_R_R_L |
Slide4 bottom right right left |
EFX_EFFECT_SLIDE4_B_R_R_R |
Slide4 bottom right right right |
EFX_EFFECT_SLIDE4_B_R_R_T |
Slide4 bottom right right top |
EFX_EFFECT_SLIDE4_B_R_R_B |
Slide4 bottom right right bottom |
EFX_EFFECT_SLIDE4_B_R_T_L |
Slide4 bottom right top left |
EFX_EFFECT_SLIDE4_B_R_T_R |
Slide4 bottom right top right |
EFX_EFFECT_SLIDE4_B_R_T_T |
Slide4 bottom right top top |
EFX_EFFECT_SLIDE4_B_R_T_B |
Slide4 bottom right top bottom |
EFX_EFFECT_SLIDE4_B_R_B_L |
Slide4 bottom right bottom left |
EFX_EFFECT_SLIDE4_B_R_B_R |
Slide4 bottom right bottom right |
EFX_EFFECT_SLIDE4_B_R_B_T |
Slide4 bottom right bottom top |
EFX_EFFECT_SLIDE4_B_R_B_B |
Slide4 bottom right bottom bottom |
EFX_EFFECT_SLIDE4_B_T_L_L |
Slide4 bottom top left left |
EFX_EFFECT_SLIDE4_B_T_L_R |
Slide4 bottom top left right |
EFX_EFFECT_SLIDE4_B_T_L_T |
Slide4 bottom top left top |
EFX_EFFECT_SLIDE4_B_T_L_B |
Slide4 bottom top left bottom |
EFX_EFFECT_SLIDE4_B_T_R_L |
Slide4 bottom top right left |
EFX_EFFECT_SLIDE4_B_T_R_R |
Slide4 bottom top right right |
EFX_EFFECT_SLIDE4_B_T_R_T |
Slide4 bottom top right top |
EFX_EFFECT_SLIDE4_B_T_R_B |
Slide4 bottom top right bottom |
EFX_EFFECT_SLIDE4_B_T_T_L |
Slide4 bottom top top left |
EFX_EFFECT_SLIDE4_B_T_T_R |
Slide4 bottom top top right |
EFX_EFFECT_SLIDE4_B_T_T_T |
Slide4 bottom top top top |
EFX_EFFECT_SLIDE4_B_T_T_B |
Slide4 bottom top top bottom |
EFX_EFFECT_SLIDE4_B_T_B_L |
Slide4 bottom top bottom left |
EFX_EFFECT_SLIDE4_B_T_B_R |
Slide4 bottom top bottom right |
EFX_EFFECT_SLIDE4_B_T_B_T |
Slide4 bottom top bottom top |
EFX_EFFECT_SLIDE4_B_T_B_B |
Slide4 bottom top bottom bottom |
EFX_EFFECT_SLIDE4_B_B_L_L |
Slide4 bottom bottom left left |
EFX_EFFECT_SLIDE4_B_B_L_R |
Slide4 bottom bottom left right |
EFX_EFFECT_SLIDE4_B_B_L_T |
Slide4 bottom bottom left top |
EFX_EFFECT_SLIDE4_B_B_L_B |
Slide4 bottom bottom left bottom |
EFX_EFFECT_SLIDE4_B_B_R_L |
Slide4 bottom bottom right left |
EFX_EFFECT_SLIDE4_B_B_R_R |
Slide4 bottom bottom right right |
EFX_EFFECT_SLIDE4_B_B_R_T |
Slide4 bottom bottom right top |
EFX_EFFECT_SLIDE4_B_B_R_B |
Slide4 bottom bottom right bottom |
EFX_EFFECT_SLIDE4_B_B_T_L |
Slide4 bottom bottom top left |
EFX_EFFECT_SLIDE4_B_B_T_R |
Slide4 bottom bottom top right |
EFX_EFFECT_SLIDE4_B_B_T_T |
Slide4 bottom bottom top top |
EFX_EFFECT_SLIDE4_B_B_T_B |
Slide4 bottom bottom top bottom |
EFX_EFFECT_SLIDE4_B_B_B_L |
Slide4 bottom bottom bottom left |
EFX_EFFECT_SLIDE4_B_B_B_R |
Slide4 bottom bottom bottom right |
EFX_EFFECT_SLIDE4_B_B_B_T |
Slide4 bottom bottom bottom top |
EFX_EFFECT_SLIDE4_B_B_B_B |
Slide4 bottom bottom bottom bottom |
EFX_EFFECT_SLIDE4_LT_LT_LT_LT |
Slide4 left-top left-top left-top left-top |
EFX_EFFECT_SLIDE4_LT_LT_LT_LB |
Slide4 left-top left-top left-top left-bottom |
EFX_EFFECT_SLIDE4_LT_LT_LT_RT |
Slide4 left-top left-top left-top right-top |
EFX_EFFECT_SLIDE4_LT_LT_LT_RB |
Slide4 left-top left-top left-top right-bottom |
EFX_EFFECT_SLIDE4_LT_LT_LB_LT |
Slide4 left-top left-top left-bottom left-top |
EFX_EFFECT_SLIDE4_LT_LT_LB_LB |
Slide4 left-top left-top left-bottom left-bottom |
EFX_EFFECT_SLIDE4_LT_LT_LB_RT |
Slide4 left-top left-top left-bottom right-top |
EFX_EFFECT_SLIDE4_LT_LT_LB_RB |
Slide4 left-top left-top left-bottom right-bottom |
EFX_EFFECT_SLIDE4_LT_LT_RT_LT |
Slide4 left-top left-top right-top left-top |
EFX_EFFECT_SLIDE4_LT_LT_RT_LB |
Slide4 left-top left-top right-top left-bottom |
EFX_EFFECT_SLIDE4_LT_LT_RT_RT |
Slide4 left-top left-top right-top right-top |
EFX_EFFECT_SLIDE4_LT_LT_RT_RB |
Slide4 left-top left-top right-top right-bottom |
EFX_EFFECT_SLIDE4_LT_LT_RB_LT |
Slide4 left-top left-top right-bottom left-top |
EFX_EFFECT_SLIDE4_LT_LT_RB_LB |
Slide4 left-top left-top right-bottom left-bottom |
EFX_EFFECT_SLIDE4_LT_LT_RB_RT |
Slide4 left-top left-top right-bottom right-top |
EFX_EFFECT_SLIDE4_LT_LT_RB_RB |
Slide4 left-top left-top right-bottom right-bottom |
EFX_EFFECT_SLIDE4_LT_LB_LT_LT |
Slide4 left-top left-bottom left-top left-top |
EFX_EFFECT_SLIDE4_LT_LB_LT_LB |
Slide4 left-top left-bottom left-top left-bottom |
EFX_EFFECT_SLIDE4_LT_LB_LT_RT |
Slide4 left-top left-bottom left-top right-top |
EFX_EFFECT_SLIDE4_LT_LB_LT_RB |
Slide4 left-top left-bottom left-top right-bottom |
EFX_EFFECT_SLIDE4_LT_LB_LB_LT |
Slide4 left-top left-bottom left-bottom left-top |
EFX_EFFECT_SLIDE4_LT_LB_LB_LB |
Slide4 left-top left-bottom left-bottom left-bottom |
EFX_EFFECT_SLIDE4_LT_LB_LB_RT |
Slide4 left-top left-bottom left-bottom right-top |
EFX_EFFECT_SLIDE4_LT_LB_LB_RB |
Slide4 left-top left-bottom left-bottom right-bottom |
EFX_EFFECT_SLIDE4_LT_LB_RT_LT |
Slide4 left-top left-bottom right-top left-top |
EFX_EFFECT_SLIDE4_LT_LB_RT_LB |
Slide4 left-top left-bottom right-top left-bottom |
EFX_EFFECT_SLIDE4_LT_LB_RT_RT |
Slide4 left-top left-bottom right-top right-top |
EFX_EFFECT_SLIDE4_LT_LB_RT_RB |
Slide4 left-top left-bottom right-top right-bottom |
EFX_EFFECT_SLIDE4_LT_LB_RB_LT |
Slide4 left-top left-bottom right-bottom left-top |
EFX_EFFECT_SLIDE4_LT_LB_RB_LB |
Slide4 left-top left-bottom right-bottom left-bottom |
EFX_EFFECT_SLIDE4_LT_LB_RB_RT |
Slide4 left-top left-bottom right-bottom right-top |
EFX_EFFECT_SLIDE4_LT_LB_RB_RB |
Slide4 left-top left-bottom right-bottom right-bottom |
EFX_EFFECT_SLIDE4_LT_RT_LT_LT |
Slide4 left-top right-top left-top left-top |
EFX_EFFECT_SLIDE4_LT_RT_LT_LB |
Slide4 left-top right-top left-top left-bottom |
EFX_EFFECT_SLIDE4_LT_RT_LT_RT |
Slide4 left-top right-top left-top right-top |
EFX_EFFECT_SLIDE4_LT_RT_LT_RB |
Slide4 left-top right-top left-top right-bottom |
EFX_EFFECT_SLIDE4_LT_RT_LB_LT |
Slide4 left-top right-top left-bottom left-top |
EFX_EFFECT_SLIDE4_LT_RT_LB_LB |
Slide4 left-top right-top left-bottom left-bottom |
EFX_EFFECT_SLIDE4_LT_RT_LB_RT |
Slide4 left-top right-top left-bottom right-top |
EFX_EFFECT_SLIDE4_LT_RT_LB_RB |
Slide4 left-top right-top left-bottom right-bottom |
EFX_EFFECT_SLIDE4_LT_RT_RT_LT |
Slide4 left-top right-top right-top left-top |
EFX_EFFECT_SLIDE4_LT_RT_RT_LB |
Slide4 left-top right-top right-top left-bottom |
EFX_EFFECT_SLIDE4_LT_RT_RT_RT |
Slide4 left-top right-top right-top right-top |
EFX_EFFECT_SLIDE4_LT_RT_RT_RB |
Slide4 left-top right-top right-top right-bottom |
EFX_EFFECT_SLIDE4_LT_RT_RB_LT |
Slide4 left-top right-top right-bottom left-top |
EFX_EFFECT_SLIDE4_LT_RT_RB_LB |
Slide4 left-top right-top right-bottom left-bottom |
EFX_EFFECT_SLIDE4_LT_RT_RB_RT |
Slide4 left-top right-top right-bottom right-top |
EFX_EFFECT_SLIDE4_LT_RT_RB_RB |
Slide4 left-top right-top right-bottom right-bottom |
EFX_EFFECT_SLIDE4_LT_RB_LT_LT |
Slide4 left-top right-bottom left-top left-top |
EFX_EFFECT_SLIDE4_LT_RB_LT_LB |
Slide4 left-top right-bottom left-top left-bottom |
EFX_EFFECT_SLIDE4_LT_RB_LT_RT |
Slide4 left-top right-bottom left-top right-top |
EFX_EFFECT_SLIDE4_LT_RB_LT_RB |
Slide4 left-top right-bottom left-top right-bottom |
EFX_EFFECT_SLIDE4_LT_RB_LB_LT |
Slide4 left-top right-bottom left-bottom left-top |
EFX_EFFECT_SLIDE4_LT_RB_LB_LB |
Slide4 left-top right-bottom left-bottom left-bottom |
EFX_EFFECT_SLIDE4_LT_RB_LB_RT |
Slide4 left-top right-bottom left-bottom right-top |
EFX_EFFECT_SLIDE4_LT_RB_LB_RB |
Slide4 left-top right-bottom left-bottom right-bottom |
EFX_EFFECT_SLIDE4_LT_RB_RT_LT |
Slide4 left-top right-bottom right-top left-top |
EFX_EFFECT_SLIDE4_LT_RB_RT_LB |
Slide4 left-top right-bottom right-top left-bottom |
EFX_EFFECT_SLIDE4_LT_RB_RT_RT |
Slide4 left-top right-bottom right-top right-top |
EFX_EFFECT_SLIDE4_LT_RB_RT_RB |
Slide4 left-top right-bottom right-top right-bottom |
EFX_EFFECT_SLIDE4_LT_RB_RB_LT |
Slide4 left-top right-bottom right-bottom left-top |
EFX_EFFECT_SLIDE4_LT_RB_RB_LB |
Slide4 left-top right-bottom right-bottom left-bottom |
EFX_EFFECT_SLIDE4_LT_RB_RB_RT |
Slide4 left-top right-bottom right-bottom right-top |
EFX_EFFECT_SLIDE4_LT_RB_RB_RB |
Slide4 left-top right-bottom right-bottom right-bottom |
EFX_EFFECT_SLIDE4_LB_LT_LT_LT |
Slide4 left-bottom left-top left-top left-top |
EFX_EFFECT_SLIDE4_LB_LT_LT_LB |
Slide4 left-bottom left-top left-top left-bottom |
EFX_EFFECT_SLIDE4_LB_LT_LT_RT |
Slide4 left-bottom left-top left-top right-top |
EFX_EFFECT_SLIDE4_LB_LT_LT_RB |
Slide4 left-bottom left-top left-top right-bottom |
EFX_EFFECT_SLIDE4_LB_LT_LB_LT |
Slide4 left-bottom left-top left-bottom left-top |
EFX_EFFECT_SLIDE4_LB_LT_LB_LB |
Slide4 left-bottom left-top left-bottom left-bottom |
EFX_EFFECT_SLIDE4_LB_LT_LB_RT |
Slide4 left-bottom left-top left-bottom right-top |
EFX_EFFECT_SLIDE4_LB_LT_LB_RB |
Slide4 left-bottom left-top left-bottom right-bottom |
EFX_EFFECT_SLIDE4_LB_LT_RT_LT |
Slide4 left-bottom left-top right-top left-top |
EFX_EFFECT_SLIDE4_LB_LT_RT_LB |
Slide4 left-bottom left-top right-top left-bottom |
EFX_EFFECT_SLIDE4_LB_LT_RT_RT |
Slide4 left-bottom left-top right-top right-top |
EFX_EFFECT_SLIDE4_LB_LT_RT_RB |
Slide4 left-bottom left-top right-top right-bottom |
EFX_EFFECT_SLIDE4_LB_LT_RB_LT |
Slide4 left-bottom left-top right-bottom left-top |
EFX_EFFECT_SLIDE4_LB_LT_RB_LB |
Slide4 left-bottom left-top right-bottom left-bottom |
EFX_EFFECT_SLIDE4_LB_LT_RB_RT |
Slide4 left-bottom left-top right-bottom right-top |
EFX_EFFECT_SLIDE4_LB_LT_RB_RB |
Slide4 left-bottom left-top right-bottom right-bottom |
EFX_EFFECT_SLIDE4_LB_LB_LT_LT |
Slide4 left-bottom left-bottom left-top left-top |
EFX_EFFECT_SLIDE4_LB_LB_LT_LB |
Slide4 left-bottom left-bottom left-top left-bottom |
EFX_EFFECT_SLIDE4_LB_LB_LT_RT |
Slide4 left-bottom left-bottom left-top right-top |
EFX_EFFECT_SLIDE4_LB_LB_LT_RB |
Slide4 left-bottom left-bottom left-top right-bottom |
EFX_EFFECT_SLIDE4_LB_LB_LB_LT |
Slide4 left-bottom left-bottom left-bottom left-top |
EFX_EFFECT_SLIDE4_LB_LB_LB_LB |
Slide4 left-bottom left-bottom left-bottom left-bottom |
EFX_EFFECT_SLIDE4_LB_LB_LB_RT |
Slide4 left-bottom left-bottom left-bottom right-top |
EFX_EFFECT_SLIDE4_LB_LB_LB_RB |
Slide4 left-bottom left-bottom left-bottom right-bottom |
EFX_EFFECT_SLIDE4_LB_LB_RT_LT |
Slide4 left-bottom left-bottom right-top left-top |
EFX_EFFECT_SLIDE4_LB_LB_RT_LB |
Slide4 left-bottom left-bottom right-top left-bottom |
EFX_EFFECT_SLIDE4_LB_LB_RT_RT |
Slide4 left-bottom left-bottom right-top right-top |
EFX_EFFECT_SLIDE4_LB_LB_RT_RB |
Slide4 left-bottom left-bottom right-top right-bottom |
EFX_EFFECT_SLIDE4_LB_LB_RB_LT |
Slide4 left-bottom left-bottom right-bottom left-top |
EFX_EFFECT_SLIDE4_LB_LB_RB_LB |
Slide4 left-bottom left-bottom right-bottom left-bottom |
EFX_EFFECT_SLIDE4_LB_LB_RB_RT |
Slide4 left-bottom left-bottom right-bottom right-top |
EFX_EFFECT_SLIDE4_LB_LB_RB_RB |
Slide4 left-bottom left-bottom right-bottom right-bottom |
EFX_EFFECT_SLIDE4_LB_RT_LT_LT |
Slide4 left-bottom right-top left-top left-top |
EFX_EFFECT_SLIDE4_LB_RT_LT_LB |
Slide4 left-bottom right-top left-top left-bottom |
EFX_EFFECT_SLIDE4_LB_RT_LT_RT |
Slide4 left-bottom right-top left-top right-top |
EFX_EFFECT_SLIDE4_LB_RT_LT_RB |
Slide4 left-bottom right-top left-top right-bottom |
EFX_EFFECT_SLIDE4_LB_RT_LB_LT |
Slide4 left-bottom right-top left-bottom left-top |
EFX_EFFECT_SLIDE4_LB_RT_LB_LB |
Slide4 left-bottom right-top left-bottom left-bottom |
EFX_EFFECT_SLIDE4_LB_RT_LB_RT |
Slide4 left-bottom right-top left-bottom right-top |
EFX_EFFECT_SLIDE4_LB_RT_LB_RB |
Slide4 left-bottom right-top left-bottom right-bottom |
EFX_EFFECT_SLIDE4_LB_RT_RT_LT |
Slide4 left-bottom right-top right-top left-top |
EFX_EFFECT_SLIDE4_LB_RT_RT_LB |
Slide4 left-bottom right-top right-top left-bottom |
EFX_EFFECT_SLIDE4_LB_RT_RT_RT |
Slide4 left-bottom right-top right-top right-top |
EFX_EFFECT_SLIDE4_LB_RT_RT_RB |
Slide4 left-bottom right-top right-top right-bottom |
EFX_EFFECT_SLIDE4_LB_RT_RB_LT |
Slide4 left-bottom right-top right-bottom left-top |
EFX_EFFECT_SLIDE4_LB_RT_RB_LB |
Slide4 left-bottom right-top right-bottom left-bottom |
EFX_EFFECT_SLIDE4_LB_RT_RB_RT |
Slide4 left-bottom right-top right-bottom right-top |
EFX_EFFECT_SLIDE4_LB_RT_RB_RB |
Slide4 left-bottom right-top right-bottom right-bottom |
EFX_EFFECT_SLIDE4_LB_RB_LT_LT |
Slide4 left-bottom right-bottom left-top left-top |
EFX_EFFECT_SLIDE4_LB_RB_LT_LB |
Slide4 left-bottom right-bottom left-top left-bottom |
EFX_EFFECT_SLIDE4_LB_RB_LT_RT |
Slide4 left-bottom right-bottom left-top right-top |
EFX_EFFECT_SLIDE4_LB_RB_LT_RB |
Slide4 left-bottom right-bottom left-top right-bottom |
EFX_EFFECT_SLIDE4_LB_RB_LB_LT |
Slide4 left-bottom right-bottom left-bottom left-top |
EFX_EFFECT_SLIDE4_LB_RB_LB_LB |
Slide4 left-bottom right-bottom left-bottom left-bottom |
EFX_EFFECT_SLIDE4_LB_RB_LB_RT |
Slide4 left-bottom right-bottom left-bottom right-top |
EFX_EFFECT_SLIDE4_LB_RB_LB_RB |
Slide4 left-bottom right-bottom left-bottom right-bottom |
EFX_EFFECT_SLIDE4_LB_RB_RT_LT |
Slide4 left-bottom right-bottom right-top left-top |
EFX_EFFECT_SLIDE4_LB_RB_RT_LB |
Slide4 left-bottom right-bottom right-top left-bottom |
EFX_EFFECT_SLIDE4_LB_RB_RT_RT |
Slide4 left-bottom right-bottom right-top right-top |
EFX_EFFECT_SLIDE4_LB_RB_RT_RB |
Slide4 left-bottom right-bottom right-top right-bottom |
EFX_EFFECT_SLIDE4_LB_RB_RB_LT |
Slide4 left-bottom right-bottom right-bottom left-top |
EFX_EFFECT_SLIDE4_LB_RB_RB_LB |
Slide4 left-bottom right-bottom right-bottom left-bottom |
EFX_EFFECT_SLIDE4_LB_RB_RB_RT |
Slide4 left-bottom right-bottom right-bottom right-top |
EFX_EFFECT_SLIDE4_LB_RB_RB_RB |
Slide4 left-bottom right-bottom right-bottom right-bottom |
EFX_EFFECT_SLIDE4_RT_LT_LT_LT |
Slide4 right-top left-top left-top left-top |
EFX_EFFECT_SLIDE4_RT_LT_LT_LB |
Slide4 right-top left-top left-top left-bottom |
EFX_EFFECT_SLIDE4_RT_LT_LT_RT |
Slide4 right-top left-top left-top right-top |
EFX_EFFECT_SLIDE4_RT_LT_LT_RB |
Slide4 right-top left-top left-top right-bottom |
EFX_EFFECT_SLIDE4_RT_LT_LB_LT |
Slide4 right-top left-top left-bottom left-top |
EFX_EFFECT_SLIDE4_RT_LT_LB_LB |
Slide4 right-top left-top left-bottom left-bottom |
EFX_EFFECT_SLIDE4_RT_LT_LB_RT |
Slide4 right-top left-top left-bottom right-top |
EFX_EFFECT_SLIDE4_RT_LT_LB_RB |
Slide4 right-top left-top left-bottom right-bottom |
EFX_EFFECT_SLIDE4_RT_LT_RT_LT |
Slide4 right-top left-top right-top left-top |
EFX_EFFECT_SLIDE4_RT_LT_RT_LB |
Slide4 right-top left-top right-top left-bottom |
EFX_EFFECT_SLIDE4_RT_LT_RT_RT |
Slide4 right-top left-top right-top right-top |
EFX_EFFECT_SLIDE4_RT_LT_RT_RB |
Slide4 right-top left-top right-top right-bottom |
EFX_EFFECT_SLIDE4_RT_LT_RB_LT |
Slide4 right-top left-top right-bottom left-top |
EFX_EFFECT_SLIDE4_RT_LT_RB_LB |
Slide4 right-top left-top right-bottom left-bottom |
EFX_EFFECT_SLIDE4_RT_LT_RB_RT |
Slide4 right-top left-top right-bottom right-top |
EFX_EFFECT_SLIDE4_RT_LT_RB_RB |
Slide4 right-top left-top right-bottom right-bottom |
EFX_EFFECT_SLIDE4_RT_LB_LT_LT |
Slide4 right-top left-bottom left-top left-top |
EFX_EFFECT_SLIDE4_RT_LB_LT_LB |
Slide4 right-top left-bottom left-top left-bottom |
EFX_EFFECT_SLIDE4_RT_LB_LT_RT |
Slide4 right-top left-bottom left-top right-top |
EFX_EFFECT_SLIDE4_RT_LB_LT_RB |
Slide4 right-top left-bottom left-top right-bottom |
EFX_EFFECT_SLIDE4_RT_LB_LB_LT |
Slide4 right-top left-bottom left-bottom left-top |
EFX_EFFECT_SLIDE4_RT_LB_LB_LB |
Slide4 right-top left-bottom left-bottom left-bottom |
EFX_EFFECT_SLIDE4_RT_LB_LB_RT |
Slide4 right-top left-bottom left-bottom right-top |
EFX_EFFECT_SLIDE4_RT_LB_LB_RB |
Slide4 right-top left-bottom left-bottom right-bottom |
EFX_EFFECT_SLIDE4_RT_LB_RT_LT |
Slide4 right-top left-bottom right-top left-top |
EFX_EFFECT_SLIDE4_RT_LB_RT_LB |
Slide4 right-top left-bottom right-top left-bottom |
EFX_EFFECT_SLIDE4_RT_LB_RT_RT |
Slide4 right-top left-bottom right-top right-top |
EFX_EFFECT_SLIDE4_RT_LB_RT_RB |
Slide4 right-top left-bottom right-top right-bottom |
EFX_EFFECT_SLIDE4_RT_LB_RB_LT |
Slide4 right-top left-bottom right-bottom left-top |
EFX_EFFECT_SLIDE4_RT_LB_RB_LB |
Slide4 right-top left-bottom right-bottom left-bottom |
EFX_EFFECT_SLIDE4_RT_LB_RB_RT |
Slide4 right-top left-bottom right-bottom right-top |
EFX_EFFECT_SLIDE4_RT_LB_RB_RB |
Slide4 right-top left-bottom right-bottom right-bottom |
EFX_EFFECT_SLIDE4_RT_RT_LT_LT |
Slide4 right-top right-top left-top left-top |
EFX_EFFECT_SLIDE4_RT_RT_LT_LB |
Slide4 right-top right-top left-top left-bottom |
EFX_EFFECT_SLIDE4_RT_RT_LT_RT |
Slide4 right-top right-top left-top right-top |
EFX_EFFECT_SLIDE4_RT_RT_LT_RB |
Slide4 right-top right-top left-top right-bottom |
EFX_EFFECT_SLIDE4_RT_RT_LB_LT |
Slide4 right-top right-top left-bottom left-top |
EFX_EFFECT_SLIDE4_RT_RT_LB_LB |
Slide4 right-top right-top left-bottom left-bottom |
EFX_EFFECT_SLIDE4_RT_RT_LB_RT |
Slide4 right-top right-top left-bottom right-top |
EFX_EFFECT_SLIDE4_RT_RT_LB_RB |
Slide4 right-top right-top left-bottom right-bottom |
EFX_EFFECT_SLIDE4_RT_RT_RT_LT |
Slide4 right-top right-top right-top left-top |
EFX_EFFECT_SLIDE4_RT_RT_RT_LB |
Slide4 right-top right-top right-top left-bottom |
EFX_EFFECT_SLIDE4_RT_RT_RT_RT |
Slide4 right-top right-top right-top right-top |
EFX_EFFECT_SLIDE4_RT_RT_RT_RB |
Slide4 right-top right-top right-top right-bottom |
EFX_EFFECT_SLIDE4_RT_RT_RB_LT |
Slide4 right-top right-top right-bottom left-top |
EFX_EFFECT_SLIDE4_RT_RT_RB_LB |
Slide4 right-top right-top right-bottom left-bottom |
EFX_EFFECT_SLIDE4_RT_RT_RB_RT |
Slide4 right-top right-top right-bottom right-top |
EFX_EFFECT_SLIDE4_RT_RT_RB_RB |
Slide4 right-top right-top right-bottom right-bottom |
EFX_EFFECT_SLIDE4_RT_RB_LT_LT |
Slide4 right-top right-bottom left-top left-top |
EFX_EFFECT_SLIDE4_RT_RB_LT_LB |
Slide4 right-top right-bottom left-top left-bottom |
EFX_EFFECT_SLIDE4_RT_RB_LT_RT |
Slide4 right-top right-bottom left-top right-top |
EFX_EFFECT_SLIDE4_RT_RB_LT_RB |
Slide4 right-top right-bottom left-top right-bottom |
EFX_EFFECT_SLIDE4_RT_RB_LB_LT |
Slide4 right-top right-bottom left-bottom left-top |
EFX_EFFECT_SLIDE4_RT_RB_LB_LB |
Slide4 right-top right-bottom left-bottom left-bottom |
EFX_EFFECT_SLIDE4_RT_RB_LB_RT |
Slide4 right-top right-bottom left-bottom right-top |
EFX_EFFECT_SLIDE4_RT_RB_LB_RB |
Slide4 right-top right-bottom left-bottom right-bottom |
EFX_EFFECT_SLIDE4_RT_RB_RT_LT |
Slide4 right-top right-bottom right-top left-top |
EFX_EFFECT_SLIDE4_RT_RB_RT_LB |
Slide4 right-top right-bottom right-top left-bottom |
EFX_EFFECT_SLIDE4_RT_RB_RT_RT |
Slide4 right-top right-bottom right-top right-top |
EFX_EFFECT_SLIDE4_RT_RB_RT_RB |
Slide4 right-top right-bottom right-top right-bottom |
EFX_EFFECT_SLIDE4_RT_RB_RB_LT |
Slide4 right-top right-bottom right-bottom left-top |
EFX_EFFECT_SLIDE4_RT_RB_RB_LB |
Slide4 right-top right-bottom right-bottom left-bottom |
EFX_EFFECT_SLIDE4_RT_RB_RB_RT |
Slide4 right-top right-bottom right-bottom right-top |
EFX_EFFECT_SLIDE4_RT_RB_RB_RB |
Slide4 right-top right-bottom right-bottom right-bottom |
EFX_EFFECT_SLIDE4_RB_LT_LT_LT |
Slide4 right-bottom left-top left-top left-top |
EFX_EFFECT_SLIDE4_RB_LT_LT_LB |
Slide4 right-bottom left-top left-top left-bottom |
EFX_EFFECT_SLIDE4_RB_LT_LT_RT |
Slide4 right-bottom left-top left-top right-top |
EFX_EFFECT_SLIDE4_RB_LT_LT_RB |
Slide4 right-bottom left-top left-top right-bottom |
EFX_EFFECT_SLIDE4_RB_LT_LB_LT |
Slide4 right-bottom left-top left-bottom left-top |
EFX_EFFECT_SLIDE4_RB_LT_LB_LB |
Slide4 right-bottom left-top left-bottom left-bottom |
EFX_EFFECT_SLIDE4_RB_LT_LB_RT |
Slide4 right-bottom left-top left-bottom right-top |
EFX_EFFECT_SLIDE4_RB_LT_LB_RB |
Slide4 right-bottom left-top left-bottom right-bottom |
EFX_EFFECT_SLIDE4_RB_LT_RT_LT |
Slide4 right-bottom left-top right-top left-top |
EFX_EFFECT_SLIDE4_RB_LT_RT_LB |
Slide4 right-bottom left-top right-top left-bottom |
EFX_EFFECT_SLIDE4_RB_LT_RT_RT |
Slide4 right-bottom left-top right-top right-top |
EFX_EFFECT_SLIDE4_RB_LT_RT_RB |
Slide4 right-bottom left-top right-top right-bottom |
EFX_EFFECT_SLIDE4_RB_LT_RB_LT |
Slide4 right-bottom left-top right-bottom left-top |
EFX_EFFECT_SLIDE4_RB_LT_RB_LB |
Slide4 right-bottom left-top right-bottom left-bottom |
EFX_EFFECT_SLIDE4_RB_LT_RB_RT |
Slide4 right-bottom left-top right-bottom right-top |
EFX_EFFECT_SLIDE4_RB_LT_RB_RB |
Slide4 right-bottom left-top right-bottom right-bottom |
EFX_EFFECT_SLIDE4_RB_LB_LT_LT |
Slide4 right-bottom left-bottom left-top left-top |
EFX_EFFECT_SLIDE4_RB_LB_LT_LB |
Slide4 right-bottom left-bottom left-top left-bottom |
EFX_EFFECT_SLIDE4_RB_LB_LT_RT |
Slide4 right-bottom left-bottom left-top right-top |
EFX_EFFECT_SLIDE4_RB_LB_LT_RB |
Slide4 right-bottom left-bottom left-top right-bottom |
EFX_EFFECT_SLIDE4_RB_LB_LB_LT |
Slide4 right-bottom left-bottom left-bottom left-top |
EFX_EFFECT_SLIDE4_RB_LB_LB_LB |
Slide4 right-bottom left-bottom left-bottom left-bottom |
EFX_EFFECT_SLIDE4_RB_LB_LB_RT |
Slide4 right-bottom left-bottom left-bottom right-top |
EFX_EFFECT_SLIDE4_RB_LB_LB_RB |
Slide4 right-bottom left-bottom left-bottom right-bottom |
EFX_EFFECT_SLIDE4_RB_LB_RT_LT |
Slide4 right-bottom left-bottom right-top left-top |
EFX_EFFECT_SLIDE4_RB_LB_RT_LB |
Slide4 right-bottom left-bottom right-top left-bottom |
EFX_EFFECT_SLIDE4_RB_LB_RT_RT |
Slide4 right-bottom left-bottom right-top right-top |
EFX_EFFECT_SLIDE4_RB_LB_RT_RB |
Slide4 right-bottom left-bottom right-top right-bottom |
EFX_EFFECT_SLIDE4_RB_LB_RB_LT |
Slide4 right-bottom left-bottom right-bottom left-top |
EFX_EFFECT_SLIDE4_RB_LB_RB_LB |
Slide4 right-bottom left-bottom right-bottom left-bottom |
EFX_EFFECT_SLIDE4_RB_LB_RB_RT |
Slide4 right-bottom left-bottom right-bottom right-top |
EFX_EFFECT_SLIDE4_RB_LB_RB_RB |
Slide4 right-bottom left-bottom right-bottom right-bottom |
EFX_EFFECT_SLIDE4_RB_RT_LT_LT |
Slide4 right-bottom right-top left-top left-top |
EFX_EFFECT_SLIDE4_RB_RT_LT_LB |
Slide4 right-bottom right-top left-top left-bottom |
EFX_EFFECT_SLIDE4_RB_RT_LT_RT |
Slide4 right-bottom right-top left-top right-top |
EFX_EFFECT_SLIDE4_RB_RT_LT_RB |
Slide4 right-bottom right-top left-top right-bottom |
EFX_EFFECT_SLIDE4_RB_RT_LB_LT |
Slide4 right-bottom right-top left-bottom left-top |
EFX_EFFECT_SLIDE4_RB_RT_LB_LB |
Slide4 right-bottom right-top left-bottom left-bottom |
EFX_EFFECT_SLIDE4_RB_RT_LB_RT |
Slide4 right-bottom right-top left-bottom right-top |
EFX_EFFECT_SLIDE4_RB_RT_LB_RB |
Slide4 right-bottom right-top left-bottom right-bottom |
EFX_EFFECT_SLIDE4_RB_RT_RT_LT |
Slide4 right-bottom right-top right-top left-top |
EFX_EFFECT_SLIDE4_RB_RT_RT_LB |
Slide4 right-bottom right-top right-top left-bottom |
EFX_EFFECT_SLIDE4_RB_RT_RT_RT |
Slide4 right-bottom right-top right-top right-top |
EFX_EFFECT_SLIDE4_RB_RT_RT_RB |
Slide4 right-bottom right-top right-top right-bottom |
EFX_EFFECT_SLIDE4_RB_RT_RB_LT |
Slide4 right-bottom right-top right-bottom left-top |
EFX_EFFECT_SLIDE4_RB_RT_RB_LB |
Slide4 right-bottom right-top right-bottom left-bottom |
EFX_EFFECT_SLIDE4_RB_RT_RB_RT |
Slide4 right-bottom right-top right-bottom right-top |
EFX_EFFECT_SLIDE4_RB_RT_RB_RB |
Slide4 right-bottom right-top right-bottom right-bottom |
EFX_EFFECT_SLIDE4_RB_RB_LT_LT |
Slide4 right-bottom right-bottom left-top left-top |
EFX_EFFECT_SLIDE4_RB_RB_LT_LB |
Slide4 right-bottom right-bottom left-top left-bottom |
EFX_EFFECT_SLIDE4_RB_RB_LT_RT |
Slide4 right-bottom right-bottom left-top right-top |
EFX_EFFECT_SLIDE4_RB_RB_LT_RB |
Slide4 right-bottom right-bottom left-top right-bottom |
EFX_EFFECT_SLIDE4_RB_RB_LB_LT |
Slide4 right-bottom right-bottom left-bottom left-top |
EFX_EFFECT_SLIDE4_RB_RB_LB_LB |
Slide4 right-bottom right-bottom left-bottom left-bottom |
EFX_EFFECT_SLIDE4_RB_RB_LB_RT |
Slide4 right-bottom right-bottom left-bottom right-top |
EFX_EFFECT_SLIDE4_RB_RB_LB_RB |
Slide4 right-bottom right-bottom left-bottom right-bottom |
EFX_EFFECT_SLIDE4_RB_RB_RT_LT |
Slide4 right-bottom right-bottom right-top left-top |
EFX_EFFECT_SLIDE4_RB_RB_RT_LB |
Slide4 right-bottom right-bottom right-top left-bottom |
EFX_EFFECT_SLIDE4_RB_RB_RT_RT |
Slide4 right-bottom right-bottom right-top right-top |
EFX_EFFECT_SLIDE4_RB_RB_RT_RB |
Slide4 right-bottom right-bottom right-top right-bottom |
EFX_EFFECT_SLIDE4_RB_RB_RB_LT |
Slide4 right-bottom right-bottom right-bottom left-top |
EFX_EFFECT_SLIDE4_RB_RB_RB_LB |
Slide4 right-bottom right-bottom right-bottom left-bottom |
EFX_EFFECT_SLIDE4_RB_RB_RB_RT |
Slide4 right-bottom right-bottom right-bottom right-top |
EFX_EFFECT_SLIDE4_RB_RB_RB_RB |
Slide4 right-bottom right-bottom right-bottom right-bottom |
EFX_EFFECT_SLIDE_MAX |
Number of effects in this class. |
Roll class |
|
EFX_EFFECT_ROLL_L_TO_R |
Roll left to right |
EFX_EFFECT_ROLL_R_TO_L |
Roll right to left |
EFX_EFFECT_ROLL_T_TO_B |
Roll top to bottom |
EFX_EFFECT_ROLL_B_TO_T |
Roll bottom to top |
EFX_EFFECT_ROLL2_T_R_TO_L_AND_B_L_TO_R |
Roll2 top right to left and bottom left to right |
EFX_EFFECT_ROLL2_T_L_TO_R_AND_B_R_TO_L |
Roll2 top left to right and bottom right to left |
EFX_EFFECT_ROLL2_L_B_TO_T_AND_R_T_TO_B |
Roll2 left bottom to top and right top to bottom |
EFX_EFFECT_ROLL2_L_T_TO_B_AND_R_B_TO_T |
Roll2 left top to bottom and right bottom to top |
EFX_EFFECT_ROLL4_L_L_L_L |
Roll4 left left left left |
EFX_EFFECT_ROLL4_L_L_L_R |
Roll4 left left left right |
EFX_EFFECT_ROLL4_L_L_L_T |
Roll4 left left left top |
EFX_EFFECT_ROLL4_L_L_L_B |
Roll4 left left left bottom |
EFX_EFFECT_ROLL4_L_L_R_L |
Roll4 left left right left |
EFX_EFFECT_ROLL4_L_L_R_R |
Roll4 left left right right |
EFX_EFFECT_ROLL4_L_L_R_T |
Roll4 left left right top |
EFX_EFFECT_ROLL4_L_L_R_B |
Roll4 left left right bottom |
EFX_EFFECT_ROLL4_L_L_T_L |
Roll4 left left top left |
EFX_EFFECT_ROLL4_L_L_T_R |
Roll4 left left top right |
EFX_EFFECT_ROLL4_L_L_T_T |
Roll4 left left top top |
EFX_EFFECT_ROLL4_L_L_T_B |
Roll4 left left top bottom |
EFX_EFFECT_ROLL4_L_L_B_L |
Roll4 left left bottom left |
EFX_EFFECT_ROLL4_L_L_B_R |
Roll4 left left bottom right |
EFX_EFFECT_ROLL4_L_L_B_T |
Roll4 left left bottom top |
EFX_EFFECT_ROLL4_L_L_B_B |
Roll4 left left bottom bottom |
EFX_EFFECT_ROLL4_L_R_L_L |
Roll4 left right left left |
EFX_EFFECT_ROLL4_L_R_L_R |
Roll4 left right left right |
EFX_EFFECT_ROLL4_L_R_L_T |
Roll4 left right left top |
EFX_EFFECT_ROLL4_L_R_L_B |
Roll4 left right left bottom |
EFX_EFFECT_ROLL4_L_R_R_L |
Roll4 left right right left |
EFX_EFFECT_ROLL4_L_R_R_R |
Roll4 left right right right |
EFX_EFFECT_ROLL4_L_R_R_T |
Roll4 left right right top |
EFX_EFFECT_ROLL4_L_R_R_B |
Roll4 left right right bottom |
EFX_EFFECT_ROLL4_L_R_T_L |
Roll4 left right top left |
EFX_EFFECT_ROLL4_L_R_T_R |
Roll4 left right top right |
EFX_EFFECT_ROLL4_L_R_T_T |
Roll4 left right top top |
EFX_EFFECT_ROLL4_L_R_T_B |
Roll4 left right top bottom |
EFX_EFFECT_ROLL4_L_R_B_L |
Roll4 left right bottom left |
EFX_EFFECT_ROLL4_L_R_B_R |
Roll4 left right bottom right |
EFX_EFFECT_ROLL4_L_R_B_T |
Roll4 left right bottom top |
EFX_EFFECT_ROLL4_L_R_B_B |
Roll4 left right bottom bottom |
EFX_EFFECT_ROLL4_L_T_L_L |
Roll4 left top left left |
EFX_EFFECT_ROLL4_L_T_L_R |
Roll4 left top left right |
EFX_EFFECT_ROLL4_L_T_L_T |
Roll4 left top left top |
EFX_EFFECT_ROLL4_L_T_L_B |
Roll4 left top left bottom |
EFX_EFFECT_ROLL4_L_T_R_L |
Roll4 left top right left |
EFX_EFFECT_ROLL4_L_T_R_R |
Roll4 left top right right |
EFX_EFFECT_ROLL4_L_T_R_T |
Roll4 left top right top |
EFX_EFFECT_ROLL4_L_T_R_B |
Roll4 left top right bottom |
EFX_EFFECT_ROLL4_L_T_T_L |
Roll4 left top top left |
EFX_EFFECT_ROLL4_L_T_T_R |
Roll4 left top top right |
EFX_EFFECT_ROLL4_L_T_T_T |
Roll4 left top top top |
EFX_EFFECT_ROLL4_L_T_T_B |
Roll4 left top top bottom |
EFX_EFFECT_ROLL4_L_T_B_L |
Roll4 left top bottom left |
EFX_EFFECT_ROLL4_L_T_B_R |
Roll4 left top bottom right |
EFX_EFFECT_ROLL4_L_T_B_T |
Roll4 left top bottom top |
EFX_EFFECT_ROLL4_L_T_B_B |
Roll4 left top bottom bottom |
EFX_EFFECT_ROLL4_L_B_L_L |
Roll4 left bottom left left |
EFX_EFFECT_ROLL4_L_B_L_R |
Roll4 left bottom left right |
EFX_EFFECT_ROLL4_L_B_L_T |
Roll4 left bottom left top |
EFX_EFFECT_ROLL4_L_B_L_B |
Roll4 left bottom left bottom |
EFX_EFFECT_ROLL4_L_B_R_L |
Roll4 left bottom right left |
EFX_EFFECT_ROLL4_L_B_R_R |
Roll4 left bottom right right |
EFX_EFFECT_ROLL4_L_B_R_T |
Roll4 left bottom right top |
EFX_EFFECT_ROLL4_L_B_R_B |
Roll4 left bottom right bottom |
EFX_EFFECT_ROLL4_L_B_T_L |
Roll4 left bottom top left |
EFX_EFFECT_ROLL4_L_B_T_R |
Roll4 left bottom top right |
EFX_EFFECT_ROLL4_L_B_T_T |
Roll4 left bottom top top |
EFX_EFFECT_ROLL4_L_B_T_B |
Roll4 left bottom top bottom |
EFX_EFFECT_ROLL4_L_B_B_L |
Roll4 left bottom bottom left |
EFX_EFFECT_ROLL4_L_B_B_R |
Roll4 left bottom bottom right |
EFX_EFFECT_ROLL4_L_B_B_T |
Roll4 left bottom bottom top |
EFX_EFFECT_ROLL4_L_B_B_B |
Roll4 left bottom bottom bottom |
EFX_EFFECT_ROLL4_R_L_L_L |
Roll4 right left left left |
EFX_EFFECT_ROLL4_R_L_L_R |
Roll4 right left left right |
EFX_EFFECT_ROLL4_R_L_L_T |
Roll4 right left left top |
EFX_EFFECT_ROLL4_R_L_L_B |
Roll4 right left left bottom |
EFX_EFFECT_ROLL4_R_L_R_L |
Roll4 right left right left |
EFX_EFFECT_ROLL4_R_L_R_R |
Roll4 right left right right |
EFX_EFFECT_ROLL4_R_L_R_T |
Roll4 right left right top |
EFX_EFFECT_ROLL4_R_L_R_B |
Roll4 right left right bottom |
EFX_EFFECT_ROLL4_R_L_T_L |
Roll4 right left top left |
EFX_EFFECT_ROLL4_R_L_T_R |
Roll4 right left top right |
EFX_EFFECT_ROLL4_R_L_T_T |
Roll4 right left top top |
EFX_EFFECT_ROLL4_R_L_T_B |
Roll4 right left top bottom |
EFX_EFFECT_ROLL4_R_L_B_L |
Roll4 right left bottom left |
EFX_EFFECT_ROLL4_R_L_B_R |
Roll4 right left bottom right |
EFX_EFFECT_ROLL4_R_L_B_T |
Roll4 right left bottom top |
EFX_EFFECT_ROLL4_R_L_B_B |
Roll4 right left bottom bottom |
EFX_EFFECT_ROLL4_R_R_L_L |
Roll4 right right left left |
EFX_EFFECT_ROLL4_R_R_L_R |
Roll4 right right left right |
EFX_EFFECT_ROLL4_R_R_L_T |
Roll4 right right left top |
EFX_EFFECT_ROLL4_R_R_L_B |
Roll4 right right left bottom |
EFX_EFFECT_ROLL4_R_R_R_L |
Roll4 right right right left |
EFX_EFFECT_ROLL4_R_R_R_R |
Roll4 right right right right |
EFX_EFFECT_ROLL4_R_R_R_T |
Roll4 right right right top |
EFX_EFFECT_ROLL4_R_R_R_B |
Roll4 right right right bottom |
EFX_EFFECT_ROLL4_R_R_T_L |
Roll4 right right top left |
EFX_EFFECT_ROLL4_R_R_T_R |
Roll4 right right top right |
EFX_EFFECT_ROLL4_R_R_T_T |
Roll4 right right top top |
EFX_EFFECT_ROLL4_R_R_T_B |
Roll4 right right top bottom |
EFX_EFFECT_ROLL4_R_R_B_L |
Roll4 right right bottom left |
EFX_EFFECT_ROLL4_R_R_B_R |
Roll4 right right bottom right |
EFX_EFFECT_ROLL4_R_R_B_T |
Roll4 right right bottom top |
EFX_EFFECT_ROLL4_R_R_B_B |
Roll4 right right bottom bottom |
EFX_EFFECT_ROLL4_R_T_L_L |
Roll4 right top left left |
EFX_EFFECT_ROLL4_R_T_L_R |
Roll4 right top left right |
EFX_EFFECT_ROLL4_R_T_L_T |
Roll4 right top left top |
EFX_EFFECT_ROLL4_R_T_L_B |
Roll4 right top left bottom |
EFX_EFFECT_ROLL4_R_T_R_L |
Roll4 right top right left |
EFX_EFFECT_ROLL4_R_T_R_R |
Roll4 right top right right |
EFX_EFFECT_ROLL4_R_T_R_T |
Roll4 right top right top |
EFX_EFFECT_ROLL4_R_T_R_B |
Roll4 right top right bottom |
EFX_EFFECT_ROLL4_R_T_T_L |
Roll4 right top top left |
EFX_EFFECT_ROLL4_R_T_T_R |
Roll4 right top top right |
EFX_EFFECT_ROLL4_R_T_T_T |
Roll4 right top top top |
EFX_EFFECT_ROLL4_R_T_T_B |
Roll4 right top top bottom |
EFX_EFFECT_ROLL4_R_T_B_L |
Roll4 right top bottom left |
EFX_EFFECT_ROLL4_R_T_B_R |
Roll4 right top bottom right |
EFX_EFFECT_ROLL4_R_T_B_T |
Roll4 right top bottom top |
EFX_EFFECT_ROLL4_R_T_B_B |
Roll4 right top bottom bottom |
EFX_EFFECT_ROLL4_R_B_L_L |
Roll4 right bottom left left |
EFX_EFFECT_ROLL4_R_B_L_R |
Roll4 right bottom left right |
EFX_EFFECT_ROLL4_R_B_L_T |
Roll4 right bottom left top |
EFX_EFFECT_ROLL4_R_B_L_B |
Roll4 right bottom left bottom |
EFX_EFFECT_ROLL4_R_B_R_L |
Roll4 right bottom right left |
EFX_EFFECT_ROLL4_R_B_R_R |
Roll4 right bottom right right |
EFX_EFFECT_ROLL4_R_B_R_T |
Roll4 right bottom right top |
EFX_EFFECT_ROLL4_R_B_R_B |
Roll4 right bottom right bottom |
EFX_EFFECT_ROLL4_R_B_T_L |
Roll4 right bottom top left |
EFX_EFFECT_ROLL4_R_B_T_R |
Roll4 right bottom top right |
EFX_EFFECT_ROLL4_R_B_T_T |
Roll4 right bottom top top |
EFX_EFFECT_ROLL4_R_B_T_B |
Roll4 right bottom top bottom |
EFX_EFFECT_ROLL4_R_B_B_L |
Roll4 right bottom bottom left |
EFX_EFFECT_ROLL4_R_B_B_R |
Roll4 right bottom bottom right |
EFX_EFFECT_ROLL4_R_B_B_T |
Roll4 right bottom bottom top |
EFX_EFFECT_ROLL4_R_B_B_B |
Roll4 right bottom bottom bottom |
EFX_EFFECT_ROLL4_T_L_L_L |
Roll4 top left left left |
EFX_EFFECT_ROLL4_T_L_L_R |
Roll4 top left left right |
EFX_EFFECT_ROLL4_T_L_L_T |
Roll4 top left left top |
EFX_EFFECT_ROLL4_T_L_L_B |
Roll4 top left left bottom |
EFX_EFFECT_ROLL4_T_L_R_L |
Roll4 top left right left |
EFX_EFFECT_ROLL4_T_L_R_R |
Roll4 top left right right |
EFX_EFFECT_ROLL4_T_L_R_T |
Roll4 top left right top |
EFX_EFFECT_ROLL4_T_L_R_B |
Roll4 top left right bottom |
EFX_EFFECT_ROLL4_T_L_T_L |
Roll4 top left top left |
EFX_EFFECT_ROLL4_T_L_T_R |
Roll4 top left top right |
EFX_EFFECT_ROLL4_T_L_T_T |
Roll4 top left top top |
EFX_EFFECT_ROLL4_T_L_T_B |
Roll4 top left top bottom |
EFX_EFFECT_ROLL4_T_L_B_L |
Roll4 top left bottom left |
EFX_EFFECT_ROLL4_T_L_B_R |
Roll4 top left bottom right |
EFX_EFFECT_ROLL4_T_L_B_T |
Roll4 top left bottom top |
EFX_EFFECT_ROLL4_T_L_B_B |
Roll4 top left bottom bottom |
EFX_EFFECT_ROLL4_T_R_L_L |
Roll4 top right left left |
EFX_EFFECT_ROLL4_T_R_L_R |
Roll4 top right left right |
EFX_EFFECT_ROLL4_T_R_L_T |
Roll4 top right left top |
EFX_EFFECT_ROLL4_T_R_L_B |
Roll4 top right left bottom |
EFX_EFFECT_ROLL4_T_R_R_L |
Roll4 top right right left |
EFX_EFFECT_ROLL4_T_R_R_R |
Roll4 top right right right |
EFX_EFFECT_ROLL4_T_R_R_T |
Roll4 top right right top |
EFX_EFFECT_ROLL4_T_R_R_B |
Roll4 top right right bottom |
EFX_EFFECT_ROLL4_T_R_T_L |
Roll4 top right top left |
EFX_EFFECT_ROLL4_T_R_T_R |
Roll4 top right top right |
EFX_EFFECT_ROLL4_T_R_T_T |
Roll4 top right top top |
EFX_EFFECT_ROLL4_T_R_T_B |
Roll4 top right top bottom |
EFX_EFFECT_ROLL4_T_R_B_L |
Roll4 top right bottom left |
EFX_EFFECT_ROLL4_T_R_B_R |
Roll4 top right bottom right |
EFX_EFFECT_ROLL4_T_R_B_T |
Roll4 top right bottom top |
EFX_EFFECT_ROLL4_T_R_B_B |
Roll4 top right bottom bottom |
EFX_EFFECT_ROLL4_T_T_L_L |
Roll4 top top left left |
EFX_EFFECT_ROLL4_T_T_L_R |
Roll4 top top left right |
EFX_EFFECT_ROLL4_T_T_L_T |
Roll4 top top left top |
EFX_EFFECT_ROLL4_T_T_L_B |
Roll4 top top left bottom |
EFX_EFFECT_ROLL4_T_T_R_L |
Roll4 top top right left |
EFX_EFFECT_ROLL4_T_T_R_R |
Roll4 top top right right |
EFX_EFFECT_ROLL4_T_T_R_T |
Roll4 top top right top |
EFX_EFFECT_ROLL4_T_T_R_B |
Roll4 top top right bottom |
EFX_EFFECT_ROLL4_T_T_T_L |
Roll4 top top top left |
EFX_EFFECT_ROLL4_T_T_T_R |
Roll4 top top top right |
EFX_EFFECT_ROLL4_T_T_T_T |
Roll4 top top top top |
EFX_EFFECT_ROLL4_T_T_T_B |
Roll4 top top top bottom |
EFX_EFFECT_ROLL4_T_T_B_L |
Roll4 top top bottom left |
EFX_EFFECT_ROLL4_T_T_B_R |
Roll4 top top bottom right |
EFX_EFFECT_ROLL4_T_T_B_T |
Roll4 top top bottom top |
EFX_EFFECT_ROLL4_T_T_B_B |
Roll4 top top bottom bottom |
EFX_EFFECT_ROLL4_T_B_L_L |
Roll4 top bottom left left |
EFX_EFFECT_ROLL4_T_B_L_R |
Roll4 top bottom left right |
EFX_EFFECT_ROLL4_T_B_L_T |
Roll4 top bottom left top |
EFX_EFFECT_ROLL4_T_B_L_B |
Roll4 top bottom left bottom |
EFX_EFFECT_ROLL4_T_B_R_L |
Roll4 top bottom right left |
EFX_EFFECT_ROLL4_T_B_R_R |
Roll4 top bottom right right |
EFX_EFFECT_ROLL4_T_B_R_T |
Roll4 top bottom right top |
EFX_EFFECT_ROLL4_T_B_R_B |
Roll4 top bottom right bottom |
EFX_EFFECT_ROLL4_T_B_T_L |
Roll4 top bottom top left |
EFX_EFFECT_ROLL4_T_B_T_R |
Roll4 top bottom top right |
EFX_EFFECT_ROLL4_T_B_T_T |
Roll4 top bottom top top |
EFX_EFFECT_ROLL4_T_B_T_B |
Roll4 top bottom top bottom |
EFX_EFFECT_ROLL4_T_B_B_L |
Roll4 top bottom bottom left |
EFX_EFFECT_ROLL4_T_B_B_R |
Roll4 top bottom bottom right |
EFX_EFFECT_ROLL4_T_B_B_T |
Roll4 top bottom bottom top |
EFX_EFFECT_ROLL4_T_B_B_B |
Roll4 top bottom bottom bottom |
EFX_EFFECT_ROLL4_B_L_L_L |
Roll4 bottom left left left |
EFX_EFFECT_ROLL4_B_L_L_R |
Roll4 bottom left left right |
EFX_EFFECT_ROLL4_B_L_L_T |
Roll4 bottom left left top |
EFX_EFFECT_ROLL4_B_L_L_B |
Roll4 bottom left left bottom |
EFX_EFFECT_ROLL4_B_L_R_L |
Roll4 bottom left right left |
EFX_EFFECT_ROLL4_B_L_R_R |
Roll4 bottom left right right |
EFX_EFFECT_ROLL4_B_L_R_T |
Roll4 bottom left right top |
EFX_EFFECT_ROLL4_B_L_R_B |
Roll4 bottom left right bottom |
EFX_EFFECT_ROLL4_B_L_T_L |
Roll4 bottom left top left |
EFX_EFFECT_ROLL4_B_L_T_R |
Roll4 bottom left top right |
EFX_EFFECT_ROLL4_B_L_T_T |
Roll4 bottom left top top |
EFX_EFFECT_ROLL4_B_L_T_B |
Roll4 bottom left top bottom |
EFX_EFFECT_ROLL4_B_L_B_L |
Roll4 bottom left bottom left |
EFX_EFFECT_ROLL4_B_L_B_R |
Roll4 bottom left bottom right |
EFX_EFFECT_ROLL4_B_L_B_T |
Roll4 bottom left bottom top |
EFX_EFFECT_ROLL4_B_L_B_B |
Roll4 bottom left bottom bottom |
EFX_EFFECT_ROLL4_B_R_L_L |
Roll4 bottom right left left |
EFX_EFFECT_ROLL4_B_R_L_R |
Roll4 bottom right left right |
EFX_EFFECT_ROLL4_B_R_L_T |
Roll4 bottom right left top |
EFX_EFFECT_ROLL4_B_R_L_B |
Roll4 bottom right left bottom |
EFX_EFFECT_ROLL4_B_R_R_L |
Roll4 bottom right right left |
EFX_EFFECT_ROLL4_B_R_R_R |
Roll4 bottom right right right |
EFX_EFFECT_ROLL4_B_R_R_T |
Roll4 bottom right right top |
EFX_EFFECT_ROLL4_B_R_R_B |
Roll4 bottom right right bottom |
EFX_EFFECT_ROLL4_B_R_T_L |
Roll4 bottom right top left |
EFX_EFFECT_ROLL4_B_R_T_R |
Roll4 bottom right top right |
EFX_EFFECT_ROLL4_B_R_T_T |
Roll4 bottom right top top |
EFX_EFFECT_ROLL4_B_R_T_B |
Roll4 bottom right top bottom |
EFX_EFFECT_ROLL4_B_R_B_L |
Roll4 bottom right bottom left |
EFX_EFFECT_ROLL4_B_R_B_R |
Roll4 bottom right bottom right |
EFX_EFFECT_ROLL4_B_R_B_T |
Roll4 bottom right bottom top |
EFX_EFFECT_ROLL4_B_R_B_B |
Roll4 bottom right bottom bottom |
EFX_EFFECT_ROLL4_B_T_L_L |
Roll4 bottom top left left |
EFX_EFFECT_ROLL4_B_T_L_R |
Roll4 bottom top left right |
EFX_EFFECT_ROLL4_B_T_L_T |
Roll4 bottom top left top |
EFX_EFFECT_ROLL4_B_T_L_B |
Roll4 bottom top left bottom |
EFX_EFFECT_ROLL4_B_T_R_L |
Roll4 bottom top right left |
EFX_EFFECT_ROLL4_B_T_R_R |
Roll4 bottom top right right |
EFX_EFFECT_ROLL4_B_T_R_T |
Roll4 bottom top right top |
EFX_EFFECT_ROLL4_B_T_R_B |
Roll4 bottom top right bottom |
EFX_EFFECT_ROLL4_B_T_T_L |
Roll4 bottom top top left |
EFX_EFFECT_ROLL4_B_T_T_R |
Roll4 bottom top top right |
EFX_EFFECT_ROLL4_B_T_T_T |
Roll4 bottom top top top |
EFX_EFFECT_ROLL4_B_T_T_B |
Roll4 bottom top top bottom |
EFX_EFFECT_ROLL4_B_T_B_L |
Roll4 bottom top bottom left |
EFX_EFFECT_ROLL4_B_T_B_R |
Roll4 bottom top bottom right |
EFX_EFFECT_ROLL4_B_T_B_T |
Roll4 bottom top bottom top |
EFX_EFFECT_ROLL4_B_T_B_B |
Roll4 bottom top bottom bottom |
EFX_EFFECT_ROLL4_B_B_L_L |
Roll4 bottom bottom left left |
EFX_EFFECT_ROLL4_B_B_L_R |
Roll4 bottom bottom left right |
EFX_EFFECT_ROLL4_B_B_L_T |
Roll4 bottom bottom left top |
EFX_EFFECT_ROLL4_B_B_L_B |
Roll4 bottom bottom left bottom |
EFX_EFFECT_ROLL4_B_B_R_L |
Roll4 bottom bottom right left |
EFX_EFFECT_ROLL4_B_B_R_R |
Roll4 bottom bottom right right |
EFX_EFFECT_ROLL4_B_B_R_T |
Roll4 bottom bottom right top |
EFX_EFFECT_ROLL4_B_B_R_B |
Roll4 bottom bottom right bottom |
EFX_EFFECT_ROLL4_B_B_T_L |
Roll4 bottom bottom top left |
EFX_EFFECT_ROLL4_B_B_T_R |
Roll4 bottom bottom top right |
EFX_EFFECT_ROLL4_B_B_T_T |
Roll4 bottom bottom top top |
EFX_EFFECT_ROLL4_B_B_T_B |
Roll4 bottom bottom top bottom |
EFX_EFFECT_ROLL4_B_B_B_L |
Roll4 bottom bottom bottom left |
EFX_EFFECT_ROLL4_B_B_B_R |
Roll4 bottom bottom bottom right |
EFX_EFFECT_ROLL4_B_B_B_T |
Roll4 bottom bottom bottom top |
EFX_EFFECT_ROLL4_B_B_B_B |
Roll4 bottom bottom bottom bottom |
EFX_EFFECT_ROLL_MAX |
Number of effects in this class. |
Rotate class |
|
EFX_EFFECT_ROTATE_L_TO_R |
Rotate left to right |
EFX_EFFECT_ROTATE_R_TO_L |
Rotate right to left |
EFX_EFFECT_ROTATE_T_TO_B |
Rotate top to bottom |
EFX_EFFECT_ROTATE_B_TO_T |
Rotate bottom to top |
EFX_EFFECT_ROTATE4_L_L_L_L |
Rotate4 left left left left |
EFX_EFFECT_ROTATE4_L_L_L_R |
Rotate4 left left left right |
EFX_EFFECT_ROTATE4_L_L_L_T |
Rotate4 left left left top |
EFX_EFFECT_ROTATE4_L_L_L_B |
Rotate4 left left left bottom |
EFX_EFFECT_ROTATE4_L_L_R_L |
Rotate4 left left right left |
EFX_EFFECT_ROTATE4_L_L_R_R |
Rotate4 left left right right |
EFX_EFFECT_ROTATE4_L_L_R_T |
Rotate4 left left right top |
EFX_EFFECT_ROTATE4_L_L_R_B |
Rotate4 left left right bottom |
EFX_EFFECT_ROTATE4_L_L_T_L |
Rotate4 left left top left |
EFX_EFFECT_ROTATE4_L_L_T_R |
Rotate4 left left top right |
EFX_EFFECT_ROTATE4_L_L_T_T |
Rotate4 left left top top |
EFX_EFFECT_ROTATE4_L_L_T_B |
Rotate4 left left top bottom |
EFX_EFFECT_ROTATE4_L_L_B_L |
Rotate4 left left bottom left |
EFX_EFFECT_ROTATE4_L_L_B_R |
Rotate4 left left bottom right |
EFX_EFFECT_ROTATE4_L_L_B_T |
Rotate4 left left bottom top |
EFX_EFFECT_ROTATE4_L_L_B_B |
Rotate4 left left bottom bottom |
EFX_EFFECT_ROTATE4_L_R_L_L |
Rotate4 left right left left |
EFX_EFFECT_ROTATE4_L_R_L_R |
Rotate4 left right left right |
EFX_EFFECT_ROTATE4_L_R_L_T |
Rotate4 left right left top |
EFX_EFFECT_ROTATE4_L_R_L_B |
Rotate4 left right left bottom |
EFX_EFFECT_ROTATE4_L_R_R_L |
Rotate4 left right right left |
EFX_EFFECT_ROTATE4_L_R_R_R |
Rotate4 left right right right |
EFX_EFFECT_ROTATE4_L_R_R_T |
Rotate4 left right right top |
EFX_EFFECT_ROTATE4_L_R_R_B |
Rotate4 left right right bottom |
EFX_EFFECT_ROTATE4_L_R_T_L |
Rotate4 left right top left |
EFX_EFFECT_ROTATE4_L_R_T_R |
Rotate4 left right top right |
EFX_EFFECT_ROTATE4_L_R_T_T |
Rotate4 left right top top |
EFX_EFFECT_ROTATE4_L_R_T_B |
Rotate4 left right top bottom |
EFX_EFFECT_ROTATE4_L_R_B_L |
Rotate4 left right bottom left |
EFX_EFFECT_ROTATE4_L_R_B_R |
Rotate4 left right bottom right |
EFX_EFFECT_ROTATE4_L_R_B_T |
Rotate4 left right bottom top |
EFX_EFFECT_ROTATE4_L_R_B_B |
Rotate4 left right bottom bottom |
EFX_EFFECT_ROTATE4_L_T_L_L |
Rotate4 left top left left |
EFX_EFFECT_ROTATE4_L_T_L_R |
Rotate4 left top left right |
EFX_EFFECT_ROTATE4_L_T_L_T |
Rotate4 left top left top |
EFX_EFFECT_ROTATE4_L_T_L_B |
Rotate4 left top left bottom |
EFX_EFFECT_ROTATE4_L_T_R_L |
Rotate4 left top right left |
EFX_EFFECT_ROTATE4_L_T_R_R |
Rotate4 left top right right |
EFX_EFFECT_ROTATE4_L_T_R_T |
Rotate4 left top right top |
EFX_EFFECT_ROTATE4_L_T_R_B |
Rotate4 left top right bottom |
EFX_EFFECT_ROTATE4_L_T_T_L |
Rotate4 left top top left |
EFX_EFFECT_ROTATE4_L_T_T_R |
Rotate4 left top top right |
EFX_EFFECT_ROTATE4_L_T_T_T |
Rotate4 left top top top |
EFX_EFFECT_ROTATE4_L_T_T_B |
Rotate4 left top top bottom |
EFX_EFFECT_ROTATE4_L_T_B_L |
Rotate4 left top bottom left |
EFX_EFFECT_ROTATE4_L_T_B_R |
Rotate4 left top bottom right |
EFX_EFFECT_ROTATE4_L_T_B_T |
Rotate4 left top bottom top |
EFX_EFFECT_ROTATE4_L_T_B_B |
Rotate4 left top bottom bottom |
EFX_EFFECT_ROTATE4_L_B_L_L |
Rotate4 left bottom left left |
EFX_EFFECT_ROTATE4_L_B_L_R |
Rotate4 left bottom left right |
EFX_EFFECT_ROTATE4_L_B_L_T |
Rotate4 left bottom left top |
EFX_EFFECT_ROTATE4_L_B_L_B |
Rotate4 left bottom left bottom |
EFX_EFFECT_ROTATE4_L_B_R_L |
Rotate4 left bottom right left |
EFX_EFFECT_ROTATE4_L_B_R_R |
Rotate4 left bottom right right |
EFX_EFFECT_ROTATE4_L_B_R_T |
Rotate4 left bottom right top |
EFX_EFFECT_ROTATE4_L_B_R_B |
Rotate4 left bottom right bottom |
EFX_EFFECT_ROTATE4_L_B_T_L |
Rotate4 left bottom top left |
EFX_EFFECT_ROTATE4_L_B_T_R |
Rotate4 left bottom top right |
EFX_EFFECT_ROTATE4_L_B_T_T |
Rotate4 left bottom top top |
EFX_EFFECT_ROTATE4_L_B_T_B |
Rotate4 left bottom top bottom |
EFX_EFFECT_ROTATE4_L_B_B_L |
Rotate4 left bottom bottom left |
EFX_EFFECT_ROTATE4_L_B_B_R |
Rotate4 left bottom bottom right |
EFX_EFFECT_ROTATE4_L_B_B_T |
Rotate4 left bottom bottom top |
EFX_EFFECT_ROTATE4_L_B_B_B |
Rotate4 left bottom bottom bottom |
EFX_EFFECT_ROTATE4_R_L_L_L |
Rotate4 right left left left |
EFX_EFFECT_ROTATE4_R_L_L_R |
Rotate4 right left left right |
EFX_EFFECT_ROTATE4_R_L_L_T |
Rotate4 right left left top |
EFX_EFFECT_ROTATE4_R_L_L_B |
Rotate4 right left left bottom |
EFX_EFFECT_ROTATE4_R_L_R_L |
Rotate4 right left right left |
EFX_EFFECT_ROTATE4_R_L_R_R |
Rotate4 right left right right |
EFX_EFFECT_ROTATE4_R_L_R_T |
Rotate4 right left right top |
EFX_EFFECT_ROTATE4_R_L_R_B |
Rotate4 right left right bottom |
EFX_EFFECT_ROTATE4_R_L_T_L |
Rotate4 right left top left |
EFX_EFFECT_ROTATE4_R_L_T_R |
Rotate4 right left top right |
EFX_EFFECT_ROTATE4_R_L_T_T |
Rotate4 right left top top |
EFX_EFFECT_ROTATE4_R_L_T_B |
Rotate4 right left top bottom |
EFX_EFFECT_ROTATE4_R_L_B_L |
Rotate4 right left bottom left |
EFX_EFFECT_ROTATE4_R_L_B_R |
Rotate4 right left bottom right |
EFX_EFFECT_ROTATE4_R_L_B_T |
Rotate4 right left bottom top |
EFX_EFFECT_ROTATE4_R_L_B_B |
Rotate4 right left bottom bottom |
EFX_EFFECT_ROTATE4_R_R_L_L |
Rotate4 right right left left |
EFX_EFFECT_ROTATE4_R_R_L_R |
Rotate4 right right left right |
EFX_EFFECT_ROTATE4_R_R_L_T |
Rotate4 right right left top |
EFX_EFFECT_ROTATE4_R_R_L_B |
Rotate4 right right left bottom |
EFX_EFFECT_ROTATE4_R_R_R_L |
Rotate4 right right right left |
EFX_EFFECT_ROTATE4_R_R_R_R |
Rotate4 right right right right |
EFX_EFFECT_ROTATE4_R_R_R_T |
Rotate4 right right right top |
EFX_EFFECT_ROTATE4_R_R_R_B |
Rotate4 right right right bottom |
EFX_EFFECT_ROTATE4_R_R_T_L |
Rotate4 right right top left |
EFX_EFFECT_ROTATE4_R_R_T_R |
Rotate4 right right top right |
EFX_EFFECT_ROTATE4_R_R_T_T |
Rotate4 right right top top |
EFX_EFFECT_ROTATE4_R_R_T_B |
Rotate4 right right top bottom |
EFX_EFFECT_ROTATE4_R_R_B_L |
Rotate4 right right bottom left |
EFX_EFFECT_ROTATE4_R_R_B_R |
Rotate4 right right bottom right |
EFX_EFFECT_ROTATE4_R_R_B_T |
Rotate4 right right bottom top |
EFX_EFFECT_ROTATE4_R_R_B_B |
Rotate4 right right bottom bottom |
EFX_EFFECT_ROTATE4_R_T_L_L |
Rotate4 right top left left |
EFX_EFFECT_ROTATE4_R_T_L_R |
Rotate4 right top left right |
EFX_EFFECT_ROTATE4_R_T_L_T |
Rotate4 right top left top |
EFX_EFFECT_ROTATE4_R_T_L_B |
Rotate4 right top left bottom |
EFX_EFFECT_ROTATE4_R_T_R_L |
Rotate4 right top right left |
EFX_EFFECT_ROTATE4_R_T_R_R |
Rotate4 right top right right |
EFX_EFFECT_ROTATE4_R_T_R_T |
Rotate4 right top right top |
EFX_EFFECT_ROTATE4_R_T_R_B |
Rotate4 right top right bottom |
EFX_EFFECT_ROTATE4_R_T_T_L |
Rotate4 right top top left |
EFX_EFFECT_ROTATE4_R_T_T_R |
Rotate4 right top top right |
EFX_EFFECT_ROTATE4_R_T_T_T |
Rotate4 right top top top |
EFX_EFFECT_ROTATE4_R_T_T_B |
Rotate4 right top top bottom |
EFX_EFFECT_ROTATE4_R_T_B_L |
Rotate4 right top bottom left |
EFX_EFFECT_ROTATE4_R_T_B_R |
Rotate4 right top bottom right |
EFX_EFFECT_ROTATE4_R_T_B_T |
Rotate4 right top bottom top |
EFX_EFFECT_ROTATE4_R_T_B_B |
Rotate4 right top bottom bottom |
EFX_EFFECT_ROTATE4_R_B_L_L |
Rotate4 right bottom left left |
EFX_EFFECT_ROTATE4_R_B_L_R |
Rotate4 right bottom left right |
EFX_EFFECT_ROTATE4_R_B_L_T |
Rotate4 right bottom left top |
EFX_EFFECT_ROTATE4_R_B_L_B |
Rotate4 right bottom left bottom |
EFX_EFFECT_ROTATE4_R_B_R_L |
Rotate4 right bottom right left |
EFX_EFFECT_ROTATE4_R_B_R_R |
Rotate4 right bottom right right |
EFX_EFFECT_ROTATE4_R_B_R_T |
Rotate4 right bottom right top |
EFX_EFFECT_ROTATE4_R_B_R_B |
Rotate4 right bottom right bottom |
EFX_EFFECT_ROTATE4_R_B_T_L |
Rotate4 right bottom top left |
EFX_EFFECT_ROTATE4_R_B_T_R |
Rotate4 right bottom top right |
EFX_EFFECT_ROTATE4_R_B_T_T |
Rotate4 right bottom top top |
EFX_EFFECT_ROTATE4_R_B_T_B |
Rotate4 right bottom top bottom |
EFX_EFFECT_ROTATE4_R_B_B_L |
Rotate4 right bottom bottom left |
EFX_EFFECT_ROTATE4_R_B_B_R |
Rotate4 right bottom bottom right |
EFX_EFFECT_ROTATE4_R_B_B_T |
Rotate4 right bottom bottom top |
EFX_EFFECT_ROTATE4_R_B_B_B |
Rotate4 right bottom bottom bottom |
EFX_EFFECT_ROTATE4_T_L_L_L |
Rotate4 top left left left |
EFX_EFFECT_ROTATE4_T_L_L_R |
Rotate4 top left left right |
EFX_EFFECT_ROTATE4_T_L_L_T |
Rotate4 top left left top |
EFX_EFFECT_ROTATE4_T_L_L_B |
Rotate4 top left left bottom |
EFX_EFFECT_ROTATE4_T_L_R_L |
Rotate4 top left right left |
EFX_EFFECT_ROTATE4_T_L_R_R |
Rotate4 top left right right |
EFX_EFFECT_ROTATE4_T_L_R_T |
Rotate4 top left right top |
EFX_EFFECT_ROTATE4_T_L_R_B |
Rotate4 top left right bottom |
EFX_EFFECT_ROTATE4_T_L_T_L |
Rotate4 top left top left |
EFX_EFFECT_ROTATE4_T_L_T_R |
Rotate4 top left top right |
EFX_EFFECT_ROTATE4_T_L_T_T |
Rotate4 top left top top |
EFX_EFFECT_ROTATE4_T_L_T_B |
Rotate4 top left top bottom |
EFX_EFFECT_ROTATE4_T_L_B_L |
Rotate4 top left bottom left |
EFX_EFFECT_ROTATE4_T_L_B_R |
Rotate4 top left bottom right |
EFX_EFFECT_ROTATE4_T_L_B_T |
Rotate4 top left bottom top |
EFX_EFFECT_ROTATE4_T_L_B_B |
Rotate4 top left bottom bottom |
EFX_EFFECT_ROTATE4_T_R_L_L |
Rotate4 top right left left |
EFX_EFFECT_ROTATE4_T_R_L_R |
Rotate4 top right left right |
EFX_EFFECT_ROTATE4_T_R_L_T |
Rotate4 top right left top |
EFX_EFFECT_ROTATE4_T_R_L_B |
Rotate4 top right left bottom |
EFX_EFFECT_ROTATE4_T_R_R_L |
Rotate4 top right right left |
EFX_EFFECT_ROTATE4_T_R_R_R |
Rotate4 top right right right |
EFX_EFFECT_ROTATE4_T_R_R_T |
Rotate4 top right right top |
EFX_EFFECT_ROTATE4_T_R_R_B |
Rotate4 top right right bottom |
EFX_EFFECT_ROTATE4_T_R_T_L |
Rotate4 top right top left |
EFX_EFFECT_ROTATE4_T_R_T_R |
Rotate4 top right top right |
EFX_EFFECT_ROTATE4_T_R_T_T |
Rotate4 top right top top |
EFX_EFFECT_ROTATE4_T_R_T_B |
Rotate4 top right top bottom |
EFX_EFFECT_ROTATE4_T_R_B_L |
Rotate4 top right bottom left |
EFX_EFFECT_ROTATE4_T_R_B_R |
Rotate4 top right bottom right |
EFX_EFFECT_ROTATE4_T_R_B_T |
Rotate4 top right bottom top |
EFX_EFFECT_ROTATE4_T_R_B_B |
Rotate4 top right bottom bottom |
EFX_EFFECT_ROTATE4_T_T_L_L |
Rotate4 top top left left |
EFX_EFFECT_ROTATE4_T_T_L_R |
Rotate4 top top left right |
EFX_EFFECT_ROTATE4_T_T_L_T |
Rotate4 top top left top |
EFX_EFFECT_ROTATE4_T_T_L_B |
Rotate4 top top left bottom |
EFX_EFFECT_ROTATE4_T_T_R_L |
Rotate4 top top right left |
EFX_EFFECT_ROTATE4_T_T_R_R |
Rotate4 top top right right |
EFX_EFFECT_ROTATE4_T_T_R_T |
Rotate4 top top right top |
EFX_EFFECT_ROTATE4_T_T_R_B |
Rotate4 top top right bottom |
EFX_EFFECT_ROTATE4_T_T_T_L |
Rotate4 top top top left |
EFX_EFFECT_ROTATE4_T_T_T_R |
Rotate4 top top top right |
EFX_EFFECT_ROTATE4_T_T_T_T |
Rotate4 top top top top |
EFX_EFFECT_ROTATE4_T_T_T_B |
Rotate4 top top top bottom |
EFX_EFFECT_ROTATE4_T_T_B_L |
Rotate4 top top bottom left |
EFX_EFFECT_ROTATE4_T_T_B_R |
Rotate4 top top bottom right |
EFX_EFFECT_ROTATE4_T_T_B_T |
Rotate4 top top bottom top |
EFX_EFFECT_ROTATE4_T_T_B_B |
Rotate4 top top bottom bottom |
EFX_EFFECT_ROTATE4_T_B_L_L |
Rotate4 top bottom left left |
EFX_EFFECT_ROTATE4_T_B_L_R |
Rotate4 top bottom left right |
EFX_EFFECT_ROTATE4_T_B_L_T |
Rotate4 top bottom left top |
EFX_EFFECT_ROTATE4_T_B_L_B |
Rotate4 top bottom left bottom |
EFX_EFFECT_ROTATE4_T_B_R_L |
Rotate4 top bottom right left |
EFX_EFFECT_ROTATE4_T_B_R_R |
Rotate4 top bottom right right |
EFX_EFFECT_ROTATE4_T_B_R_T |
Rotate4 top bottom right top |
EFX_EFFECT_ROTATE4_T_B_R_B |
Rotate4 top bottom right bottom |
EFX_EFFECT_ROTATE4_T_B_T_L |
Rotate4 top bottom top left |
EFX_EFFECT_ROTATE4_T_B_T_R |
Rotate4 top bottom top right |
EFX_EFFECT_ROTATE4_T_B_T_T |
Rotate4 top bottom top top |
EFX_EFFECT_ROTATE4_T_B_T_B |
Rotate4 top bottom top bottom |
EFX_EFFECT_ROTATE4_T_B_B_L |
Rotate4 top bottom bottom left |
EFX_EFFECT_ROTATE4_T_B_B_R |
Rotate4 top bottom bottom right |
EFX_EFFECT_ROTATE4_T_B_B_T |
Rotate4 top bottom bottom top |
EFX_EFFECT_ROTATE4_T_B_B_B |
Rotate4 top bottom bottom bottom |
EFX_EFFECT_ROTATE4_B_L_L_L |
Rotate4 bottom left left left |
EFX_EFFECT_ROTATE4_B_L_L_R |
Rotate4 bottom left left right |
EFX_EFFECT_ROTATE4_B_L_L_T |
Rotate4 bottom left left top |
EFX_EFFECT_ROTATE4_B_L_L_B |
Rotate4 bottom left left bottom |
EFX_EFFECT_ROTATE4_B_L_R_L |
Rotate4 bottom left right left |
EFX_EFFECT_ROTATE4_B_L_R_R |
Rotate4 bottom left right right |
EFX_EFFECT_ROTATE4_B_L_R_T |
Rotate4 bottom left right top |
EFX_EFFECT_ROTATE4_B_L_R_B |
Rotate4 bottom left right bottom |
EFX_EFFECT_ROTATE4_B_L_T_L |
Rotate4 bottom left top left |
EFX_EFFECT_ROTATE4_B_L_T_R |
Rotate4 bottom left top right |
EFX_EFFECT_ROTATE4_B_L_T_T |
Rotate4 bottom left top top |
EFX_EFFECT_ROTATE4_B_L_T_B |
Rotate4 bottom left top bottom |
EFX_EFFECT_ROTATE4_B_L_B_L |
Rotate4 bottom left bottom left |
EFX_EFFECT_ROTATE4_B_L_B_R |
Rotate4 bottom left bottom right |
EFX_EFFECT_ROTATE4_B_L_B_T |
Rotate4 bottom left bottom top |
EFX_EFFECT_ROTATE4_B_L_B_B |
Rotate4 bottom left bottom bottom |
EFX_EFFECT_ROTATE4_B_R_L_L |
Rotate4 bottom right left left |
EFX_EFFECT_ROTATE4_B_R_L_R |
Rotate4 bottom right left right |
EFX_EFFECT_ROTATE4_B_R_L_T |
Rotate4 bottom right left top |
EFX_EFFECT_ROTATE4_B_R_L_B |
Rotate4 bottom right left bottom |
EFX_EFFECT_ROTATE4_B_R_R_L |
Rotate4 bottom right right left |
EFX_EFFECT_ROTATE4_B_R_R_R |
Rotate4 bottom right right right |
EFX_EFFECT_ROTATE4_B_R_R_T |
Rotate4 bottom right right top |
EFX_EFFECT_ROTATE4_B_R_R_B |
Rotate4 bottom right right bottom |
EFX_EFFECT_ROTATE4_B_R_T_L |
Rotate4 bottom right top left |
EFX_EFFECT_ROTATE4_B_R_T_R |
Rotate4 bottom right top right |
EFX_EFFECT_ROTATE4_B_R_T_T |
Rotate4 bottom right top top |
EFX_EFFECT_ROTATE4_B_R_T_B |
Rotate4 bottom right top bottom |
EFX_EFFECT_ROTATE4_B_R_B_L |
Rotate4 bottom right bottom left |
EFX_EFFECT_ROTATE4_B_R_B_R |
Rotate4 bottom right bottom right |
EFX_EFFECT_ROTATE4_B_R_B_T |
Rotate4 bottom right bottom top |
EFX_EFFECT_ROTATE4_B_R_B_B |
Rotate4 bottom right bottom bottom |
EFX_EFFECT_ROTATE4_B_T_L_L |
Rotate4 bottom top left left |
EFX_EFFECT_ROTATE4_B_T_L_R |
Rotate4 bottom top left right |
EFX_EFFECT_ROTATE4_B_T_L_T |
Rotate4 bottom top left top |
EFX_EFFECT_ROTATE4_B_T_L_B |
Rotate4 bottom top left bottom |
EFX_EFFECT_ROTATE4_B_T_R_L |
Rotate4 bottom top right left |
EFX_EFFECT_ROTATE4_B_T_R_R |
Rotate4 bottom top right right |
EFX_EFFECT_ROTATE4_B_T_R_T |
Rotate4 bottom top right top |
EFX_EFFECT_ROTATE4_B_T_R_B |
Rotate4 bottom top right bottom |
EFX_EFFECT_ROTATE4_B_T_T_L |
Rotate4 bottom top top left |
EFX_EFFECT_ROTATE4_B_T_T_R |
Rotate4 bottom top top right |
EFX_EFFECT_ROTATE4_B_T_T_T |
Rotate4 bottom top top top |
EFX_EFFECT_ROTATE4_B_T_T_B |
Rotate4 bottom top top bottom |
EFX_EFFECT_ROTATE4_B_T_B_L |
Rotate4 bottom top bottom left |
EFX_EFFECT_ROTATE4_B_T_B_R |
Rotate4 bottom top bottom right |
EFX_EFFECT_ROTATE4_B_T_B_T |
Rotate4 bottom top bottom top |
EFX_EFFECT_ROTATE4_B_T_B_B |
Rotate4 bottom top bottom bottom |
EFX_EFFECT_ROTATE4_B_B_L_L |
Rotate4 bottom bottom left left |
EFX_EFFECT_ROTATE4_B_B_L_R |
Rotate4 bottom bottom left right |
EFX_EFFECT_ROTATE4_B_B_L_T |
Rotate4 bottom bottom left top |
EFX_EFFECT_ROTATE4_B_B_L_B |
Rotate4 bottom bottom left bottom |
EFX_EFFECT_ROTATE4_B_B_R_L |
Rotate4 bottom bottom right left |
EFX_EFFECT_ROTATE4_B_B_R_R |
Rotate4 bottom bottom right right |
EFX_EFFECT_ROTATE4_B_B_R_T |
Rotate4 bottom bottom right top |
EFX_EFFECT_ROTATE4_B_B_R_B |
Rotate4 bottom bottom right bottom |
EFX_EFFECT_ROTATE4_B_B_T_L |
Rotate4 bottom bottom top left |
EFX_EFFECT_ROTATE4_B_B_T_R |
Rotate4 bottom bottom top right |
EFX_EFFECT_ROTATE4_B_B_T_T |
Rotate4 bottom bottom top top |
EFX_EFFECT_ROTATE4_B_B_T_B |
Rotate4 bottom bottom top bottom |
EFX_EFFECT_ROTATE4_B_B_B_L |
Rotate4 bottom bottom bottom left |
EFX_EFFECT_ROTATE4_B_B_B_R |
Rotate4 bottom bottom bottom right |
EFX_EFFECT_ROTATE4_B_B_B_T |
Rotate4 bottom bottom bottom top |
EFX_EFFECT_ROTATE4_B_B_B_B |
Rotate4 bottom bottom bottom bottom |
EFX_EFFECT_ROTATE_MAX |
Number of effects in this class. |
Zoom class |
|
EFX_EFFECT_ZOOM_TO_C |
Zoom to center |
EFX_EFFECT_ZOOM_FROM_C |
Zoom from center |
EFX_EFFECT_ZOOM_MAX |
Number of effects in this class. |
Drip class |
|
EFX_EFFECT_DRIP_T_TO_B |
Drip top to bottom |
EFX_EFFECT_DRIP_B_TO_T |
Drip bottom to top |
EFX_EFFECT_DRIP_L_TO_R |
Drip left to right |
EFX_EFFECT_DRIP_R_TO_L |
Drip right to left |
EFX_EFFECT_DRIP_MAX |
Number of effects in this class. |
Blind class |
|
EFX_EFFECT_BLIND_T_TO_B |
Blind top to bottom |
EFX_EFFECT_BLIND_L_TO_R |
Blind left to right |
EFX_EFFECT_BLIND_GROWING_L_TO_R |
Blind growing left to right |
EFX_EFFECT_BLIND_GROWING_R_TO_L |
Blind growing right to left |
EFX_EFFECT_BLIND_GROWING_T_TO_B |
Blind growing top to bottom |
EFX_EFFECT_BLIND_GROWING_B_TO_T |
Blind growing bottom to top |
EFX_EFFECT_BLIND2_T_TO_B_AND_L_TO_R |
Blind2 top to bottom and left to right |
EFX_EFFECT_BLIND_MAX |
Number of effects in this class. |
Random class |
|
EFX_EFFECT_RANDOM_BARS_R_TO_L |
Random bars right to left |
EFX_EFFECT_RANDOM_BARS_L_TO_R |
Random bars left to right |
EFX_EFFECT_RANDOM_BARS_B_TO_T |
Random bars bottom to top |
EFX_EFFECT_RANDOM_BARS_T_TO_B |
Random bars top to bottom |
EFX_EFFECT_RANDOM_LINES |
Random lines |
EFX_EFFECT_RANDOM_BLOCKS |
Random blocks |
EFX_EFFECT_RANDOM_BLOCKS_R_TO_L |
Random blocks right to left |
EFX_EFFECT_RANDOM_BLOCKS_L_TO_R |
Random blocks left to right |
EFX_EFFECT_RANDOM_BLOCKS_B_TO_T |
Random blocks bottom to top |
EFX_EFFECT_RANDOM_BLOCKS_T_TO_B |
Random blocks top to bottom |
EFX_EFFECT_RANDOM_MAX |
Number of effects in this class. |
Checkerboard class |
|
EFX_EFFECT_CHECKERBOARD_T_TO_B_THEN_T_TO_B |
Checkerboard top to bottom then top to bottom |
EFX_EFFECT_CHECKERBOARD_B_TO_T_THEN_B_TO_T |
Checkerboard bottom to top then bottom to top |
EFX_EFFECT_CHECKERBOARD_L_TO_R_THEN_L_TO_R |
Checkerboard left to right then left to right |
EFX_EFFECT_CHECKERBOARD_R_TO_L_THEN_R_TO_L |
Checkerboard right to left then right to left |
EFX_EFFECT_CHECKERBOARD_T_TO_B_THEN_B_TO_T |
Checkerboard top to bottom then bottom to top |
EFX_EFFECT_CHECKERBOARD_B_TO_T_THEN_T_TO_B |
Checkerboard bottom to top then top to bottom |
EFX_EFFECT_CHECKERBOARD_L_TO_R_THEN_R_TO_L |
Checkerboard left to right then right to left |
EFX_EFFECT_CHECKERBOARD_R_TO_L_THEN_L_TO_R |
Checkerboard right to left then left to right |
EFX_EFFECT_CHECKERBOARD_MAX |
Number of effects in this class. |
Blocks class |
|
EFX_EFFECT_BLOCKS_T_TO_B |
Blocks top to bottom |
EFX_EFFECT_BLOCKS_B_TO_T |
Blocks bottom to top |
EFX_EFFECT_BLOCKS_L_TO_R |
Blocks left to right |
EFX_EFFECT_BLOCKS_R_TO_L |
Blocks right to left |
EFX_EFFECT_BLOCKS_SWIRL_CW_TO_C |
Blocks swirl CW to center |
EFX_EFFECT_BLOCKS_SWIRL_CW_FROM_C |
Blocks swirl CW from center |
EFX_EFFECT_BLOCKS_SWIRL_CCW_TO_C |
Blocks swirl CCW to center |
EFX_EFFECT_BLOCKS_SWIRL_CCW_FROM_C |
Blocks swirl CCW from center |
EFX_EFFECT_BLOCKS_MAX |
Number of effects in this class. |
Circle class |
|
EFX_EFFECT_CIRCLE_C_IN |
Circle center in |
EFX_EFFECT_CIRCLE_C_OUT |
Circle center out |
EFX_EFFECT_CIRCLE_L_IN |
Circle left in |
EFX_EFFECT_CIRCLE_L_OUT |
Circle left out |
EFX_EFFECT_CIRCLE_R_IN |
Circle right in |
EFX_EFFECT_CIRCLE_R_OUT |
Circle right out |
EFX_EFFECT_CIRCLE_T_IN |
Circle top in |
EFX_EFFECT_CIRCLE_T_OUT |
Circle top out |
EFX_EFFECT_CIRCLE_B_IN |
Circle bottom in |
EFX_EFFECT_CIRCLE_B_OUT |
Circle bottom out |
EFX_EFFECT_CIRCLE_C_INTER_IN_THEN_IN |
Circle center interlace in then in |
EFX_EFFECT_CIRCLE_C_INTER_OUT_THEN_OUT |
Circle center interlace out then out |
EFX_EFFECT_CIRCLE_C_INTER_IN_THEN_OUT |
Circle center interlace in then out |
EFX_EFFECT_CIRCLE_C_INTER_OUT_THEN_IN |
Circle center interlace out then in |
EFX_EFFECT_CIRCLE_L_INTER_IN_THEN_IN |
Circle left interlace in then in |
EFX_EFFECT_CIRCLE_L_INTER_OUT_THEN_OUT |
Circle left interlace out then out |
EFX_EFFECT_CIRCLE_L_INTER_IN_THEN_OUT |
Circle left interlace in then out |
EFX_EFFECT_CIRCLE_L_INTER_OUT_THEN_IN |
Circle left interlace out then in |
EFX_EFFECT_CIRCLE_R_INTER_IN_THEN_IN |
Circle right interlace in then in |
EFX_EFFECT_CIRCLE_R_INTER_OUT_THEN_OUT |
Circle right interlace out then out |
EFX_EFFECT_CIRCLE_R_INTER_IN_THEN_OUT |
Circle right interlace in then out |
EFX_EFFECT_CIRCLE_R_INTER_OUT_THEN_IN |
Circle right interlace out then in |
EFX_EFFECT_CIRCLE_T_INTER_IN_THEN_IN |
Circle top interlace in then in |
EFX_EFFECT_CIRCLE_T_INTER_OUT_THEN_OUT |
Circle top interlace out then out |
EFX_EFFECT_CIRCLE_T_INTER_IN_THEN_OUT |
Circle top interlace in then out |
EFX_EFFECT_CIRCLE_T_INTER_OUT_THEN_IN |
Circle top interlace out then in |
EFX_EFFECT_CIRCLE_B_INTER_IN_THEN_IN |
Circle bottom interlace in then in |
EFX_EFFECT_CIRCLE_B_INTER_OUT_THEN_OUT |
Circle bottom interlace out then out |
EFX_EFFECT_CIRCLE_B_INTER_IN_THEN_OUT |
Circle bottom interlace in then out |
EFX_EFFECT_CIRCLE_B_INTER_OUT_THEN_IN |
Circle bottom interlace out then in |
EFX_EFFECT_CIRCLE_L_R_INTER |
Circle left right interlace |
EFX_EFFECT_CIRCLE_T_B_INTER |
Circle top bottom interlace |
EFX_EFFECT_CIRCLE2_L_R_OUT |
Circle2 left right out |
EFX_EFFECT_CIRCLE2_L_R_IN |
Circle2 left right in |
EFX_EFFECT_CIRCLE2_T_B_OUT |
Circle2 top bottom out |
EFX_EFFECT_CIRCLE2_T_B_IN |
Circle2 top bottom in |
EFX_EFFECT_CIRCLE_MAX |
Number of effects in this class. |
Ellipse class |
|
EFX_EFFECT_ELLIPSE_C_IN |
Ellipse center in |
EFX_EFFECT_ELLIPSE_C_OUT |
Ellipse center out |
EFX_EFFECT_ELLIPSE_L_IN |
Ellipse left in |
EFX_EFFECT_ELLIPSE_L_OUT |
Ellipse left out |
EFX_EFFECT_ELLIPSE_R_IN |
Ellipse right in |
EFX_EFFECT_ELLIPSE_R_OUT |
Ellipse right out |
EFX_EFFECT_ELLIPSE_T_IN |
Ellipse top in |
EFX_EFFECT_ELLIPSE_T_OUT |
Ellipse top out |
EFX_EFFECT_ELLIPSE_B_IN |
Ellipse bottom in |
EFX_EFFECT_ELLIPSE_B_OUT |
Ellipse bottom out |
EFX_EFFECT_ELLIPSE_C_INTER_IN_THEN_IN |
Ellipse center interlace in then in |
EFX_EFFECT_ELLIPSE_C_INTER_OUT_THEN_OUT |
Ellipse center interlace out then out |
EFX_EFFECT_ELLIPSE_C_INTER_IN_THEN_OUT |
Ellipse center interlace in then out |
EFX_EFFECT_ELLIPSE_C_INTER_OUT_THEN_IN |
Ellipse center interlace out then in |
EFX_EFFECT_ELLIPSE_L_INTER_IN_THEN_IN |
Ellipse left interlace in then in |
EFX_EFFECT_ELLIPSE_L_INTER_OUT_THEN_OUT |
Ellipse left interlace out then out |
EFX_EFFECT_ELLIPSE_L_INTER_IN_THEN_OUT |
Ellipse left interlace in then out |
EFX_EFFECT_ELLIPSE_L_INTER_OUT_THEN_IN |
Ellipse left interlace out then in |
EFX_EFFECT_ELLIPSE_R_INTER_IN_THEN_IN |
Ellipse right interlace in then in |
EFX_EFFECT_ELLIPSE_R_INTER_OUT_THEN_OUT |
Ellipse right interlace out then out |
EFX_EFFECT_ELLIPSE_R_INTER_IN_THEN_OUT |
Ellipse right interlace in then out |
EFX_EFFECT_ELLIPSE_R_INTER_OUT_THEN_IN |
Ellipse right interlace out then in |
EFX_EFFECT_ELLIPSE_T_INTER_IN_THEN_IN |
Ellipse top interlace in then in |
EFX_EFFECT_ELLIPSE_T_INTER_OUT_THEN_OUT |
Ellipse top interlace out then out |
EFX_EFFECT_ELLIPSE_T_INTER_IN_THEN_OUT |
Ellipse top interlace in then out |
EFX_EFFECT_ELLIPSE_T_INTER_OUT_THEN_IN |
Ellipse top interlace out then in |
EFX_EFFECT_ELLIPSE_B_INTER_IN_THEN_IN |
Ellipse bottom interlace in then in |
EFX_EFFECT_ELLIPSE_B_INTER_OUT_THEN_OUT |
Ellipse bottom interlace out then out |
EFX_EFFECT_ELLIPSE_B_INTER_IN_THEN_OUT |
Ellipse bottom interlace in then out |
EFX_EFFECT_ELLIPSE_B_INTER_OUT_THEN_IN |
Ellipse bottom interlace out then in |
EFX_EFFECT_ELLIPSE_L_R_INTER |
Ellipse left right interlace |
EFX_EFFECT_ELLIPSE_T_B_INTER |
Ellipse top bottom interlace |
EFX_EFFECT_ELLIPSE2_L_R_OUT |
Ellipse2 left right out |
EFX_EFFECT_ELLIPSE2_L_R_IN |
Ellipse2 left right in |
EFX_EFFECT_ELLIPSE2_T_B_OUT |
Ellipse2 top bottom out |
EFX_EFFECT_ELLIPSE2_T_B_IN |
Ellipse2 top bottom in |
EFX_EFFECT_ELLIPSE_MAX |
Number of effects in this class. |
Twirl Class
EFX_EFFECT_TWIRL_CW |
Twirl clockwise |
EFX_EFFECT_TWIRL_CCW |
Twirl counter clockwise |
Wave class
EFX_EFFECT_WAVE_TB |
Wave from top to bottom |
EFX_EFFECT_WAVE_BT |
Wave from bottom to top |
EFX_EFFECT_WAVE_LR |
Wave from left to right |
EFX_EFFECT_WAVE_RL |
Wave from right to left |
White Turnover class
EFX_EFFECT_WHITE_TURNOVER_LT_TO_RB |
Left top to right bottom |
EFX_EFFECT_WHITE_TURNOVER_LB_TO_RT |
Left bottom to right top |
EFX_EFFECT_WHITE_TURNOVER_RT_TO_LB |
Right top to left bottom |
EFX_EFFECT_WHITE_TURNOVER_RB_TO_LT |
Right bottom to left top |
EFX_EFFECT_WHITE_TURNOVER2_LT_LT |
Left top and left top |
EFX_EFFECT_WHITE_TURNOVER2_LT_LB |
Left top and left bottom |
EFX_EFFECT_WHITE_TURNOVER2_LT_RT |
Left top and right top |
EFX_EFFECT_WHITE_TURNOVER2_LT_RB |
Left top and right bottom |
EFX_EFFECT_WHITE_TURNOVER2_LB_LT |
Left bottom and left top |
EFX_EFFECT_WHITE_TURNOVER2_LB_LB |
Left bottom and left bottom |
EFX_EFFECT_WHITE_TURNOVER2_LB_RT |
Left bottom and right top |
EFX_EFFECT_WHITE_TURNOVER2_LB_RB |
Left bottom and right bottom |
EFX_EFFECT_WHITE_TURNOVER2_RT_LT |
Right top and left top |
EFX_EFFECT_WHITE_TURNOVER2_RT_LB |
Right top and left bottom |
EFX_EFFECT_WHITE_TURNOVER2_RT_RT |
Right top and right top |
EFX_EFFECT_WHITE_TURNOVER2_RT_RB |
Right top and right bottom |
EFX_EFFECT_WHITE_TURNOVER2_RB_LT |
Right bottom and left top |
EFX_EFFECT_WHITE_TURNOVER2_RB_LB |
Right bottom and left bottom |
EFX_EFFECT_WHITE_TURNOVER2_RB_RT |
Right bottom and right top |
EFX_EFFECT_WHITE_TURNOVER2_RB_RB |
Right bottom and right bottom |
EFX_EFFECT_WHITE_TURNOVER4_LT_LT_LT_LT |
Left top left top left top left top |
EFX_EFFECT_WHITE_TURNOVER4_LT_LT_LT_RT |
Left top left top left top right top |
EFX_EFFECT_WHITE_TURNOVER4_LT_LT_LT_RB |
Left top left top left top right bottom |
EFX_EFFECT_WHITE_TURNOVER4_LT_LT_LT_LB |
Left top left top left top left bottom |
EFX_EFFECT_WHITE_TURNOVER4_LT_LT_RT_LT |
Left top left top right top left top |
EFX_EFFECT_WHITE_TURNOVER4_LT_LT_RT_RT |
Left top left top right top right top |
EFX_EFFECT_WHITE_TURNOVER4_LT_LT_RT_RB |
Left top left top right top right bottom |
EFX_EFFECT_WHITE_TURNOVER4_LT_LT_RT_LB |
Left top left top right top left bottom |
EFX_EFFECT_WHITE_TURNOVER4_LT_LT_RB_LT |
Left top left top right bottom left top |
EFX_EFFECT_WHITE_TURNOVER4_LT_LT_RB_RT |
Left top left top right bottom right top |
EFX_EFFECT_WHITE_TURNOVER4_LT_LT_RB_RB |
Left top left top right bottom right bottom |
EFX_EFFECT_WHITE_TURNOVER4_LT_LT_RB_LB |
Left top left top right bottom left bottom |
EFX_EFFECT_WHITE_TURNOVER4_LT_LT_LB_LT |
Left top left top left bottom left top |
EFX_EFFECT_WHITE_TURNOVER4_LT_LT_LB_RT |
Left top left top left bottom right top |
EFX_EFFECT_WHITE_TURNOVER4_LT_LT_LB_RB |
Left top left top left bottom right bottom |
EFX_EFFECT_WHITE_TURNOVER4_LT_LT_LB_LB |
Left top left top left bottom left bottom |
EFX_EFFECT_WHITE_TURNOVER4_LT_RT_LT_LT |
Left top right top left top left top |
EFX_EFFECT_WHITE_TURNOVER4_LT_RT_LT_RT |
Left top right top left top right top |
EFX_EFFECT_WHITE_TURNOVER4_LT_RT_LT_RB |
Left top right top left top right bottom |
EFX_EFFECT_WHITE_TURNOVER4_LT_RT_LT_LB |
Left top right top left top left bottom |
EFX_EFFECT_WHITE_TURNOVER4_LT_RT_RT_LT |
Left top right top right top left top |
EFX_EFFECT_WHITE_TURNOVER4_LT_RT_RT_RT |
Left top right top right top right top |
EFX_EFFECT_WHITE_TURNOVER4_LT_RT_RT_RB |
Left top right top right top right bottom |
EFX_EFFECT_WHITE_TURNOVER4_LT_RT_RT_LB |
Left top right top right top left bottom |
EFX_EFFECT_WHITE_TURNOVER4_LT_RT_RB_LT |
Left top right top right bottom left top |
EFX_EFFECT_WHITE_TURNOVER4_LT_RT_RB_RT |
Left top right top right bottom right top |
EFX_EFFECT_WHITE_TURNOVER4_LT_RT_RB_RB |
Left top right top right bottom right bottom |
EFX_EFFECT_WHITE_TURNOVER4_LT_RT_RB_LB |
Left top right top right bottom left bottom |
EFX_EFFECT_WHITE_TURNOVER4_LT_RT_LB_LT |
Left top right top left bottom left top |
EFX_EFFECT_WHITE_TURNOVER4_LT_RT_LB_RT |
Left top right top left bottom right top |
EFX_EFFECT_WHITE_TURNOVER4_LT_RT_LB_RB |
Left top right top left bottom right bottom |
EFX_EFFECT_WHITE_TURNOVER4_LT_RT_LB_LB |
Left top right top left bottom left bottom |
EFX_EFFECT_WHITE_TURNOVER4_LT_RB_LT_LT |
Left top right bottom left top left top |
EFX_EFFECT_WHITE_TURNOVER4_LT_RB_LT_RT |
Left top right bottom left top right top |
EFX_EFFECT_WHITE_TURNOVER4_LT_RB_LT_RB |
Left top right bottom left top right bottom |
EFX_EFFECT_WHITE_TURNOVER4_LT_RB_LT_LB |
Left top right bottom left top left bottom |
EFX_EFFECT_WHITE_TURNOVER4_LT_RB_RT_LT |
Left top right bottom right top left top |
EFX_EFFECT_WHITE_TURNOVER4_LT_RB_RT_RT |
Left top right bottom right top right top |
EFX_EFFECT_WHITE_TURNOVER4_LT_RB_RT_RB |
Left top right bottom right top right bottom |
EFX_EFFECT_WHITE_TURNOVER4_LT_RB_RT_LB |
Left top right bottom right top left bottom |
EFX_EFFECT_WHITE_TURNOVER4_LT_RB_RB_LT |
Left top right bottom right bottom left top |
EFX_EFFECT_WHITE_TURNOVER4_LT_RB_RB_RT |
Left top right bottom right bottom right top |
EFX_EFFECT_WHITE_TURNOVER4_LT_RB_RB_RB |
Left top right bottom right bottom right bottom right bottom |
EFX_EFFECT_WHITE_TURNOVER4_LT_RB_RB_LB |
Left top right bottom right bottom left bottom |
EFX_EFFECT_WHITE_TURNOVER4_LT_RB_LB_LT |
Left top right bottom left bottom left top |
EFX_EFFECT_WHITE_TURNOVER4_LT_RB_LB_RT |
Left top right bottom left bottom right top |
EFX_EFFECT_WHITE_TURNOVER4_LT_RB_LB_RB |
Left top right bottom left bottom right bottom |
EFX_EFFECT_WHITE_TURNOVER4_LT_RB_LB_LB |
Left top right bottom left bottom left bottom |
EFX_EFFECT_WHITE_TURNOVER4_LT_LB_LT_LT |
Left top left bottom left top left top |
EFX_EFFECT_WHITE_TURNOVER4_LT_LB_LT_RT |
Left top left bottom left top right top |
EFX_EFFECT_WHITE_TURNOVER4_LT_LB_LT_RB |
Left top left bottom left top right bottom |
EFX_EFFECT_WHITE_TURNOVER4_LT_LB_LT_LB |
Left top left bottom left top left bottom |
EFX_EFFECT_WHITE_TURNOVER4_LT_LB_RT_LT |
Left top left bottom right top left top |
EFX_EFFECT_WHITE_TURNOVER4_LT_LB_RT_RT |
Left top left bottom right top right top |
EFX_EFFECT_WHITE_TURNOVER4_LT_LB_RT_RB |
Left top left bottom right top right bottom |
EFX_EFFECT_WHITE_TURNOVER4_LT_LB_RT_LB |
Left top left bottom right top left bottom |
EFX_EFFECT_WHITE_TURNOVER4_LT_LB_RB_LT |
Left top left bottom right bottom left top |
EFX_EFFECT_WHITE_TURNOVER4_LT_LB_RB_RT |
Left top left bottom right bottom right top |
EFX_EFFECT_WHITE_TURNOVER4_LT_LB_RB_RB |
Left top left bottom right bottom right bottom |
EFX_EFFECT_WHITE_TURNOVER4_LT_LB_RB_LB |
Left top left bottom right bottom left bottom |
EFX_EFFECT_WHITE_TURNOVER4_LT_LB_LB_LT |
Left top left bottom left bottom left top |
EFX_EFFECT_WHITE_TURNOVER4_LT_LB_LB_RT |
Left top left bottom left bottom right top |
EFX_EFFECT_WHITE_TURNOVER4_LT_LB_LB_RB |
Left top left bottom left bottom right bottom |
EFX_EFFECT_WHITE_TURNOVER4_LT_LB_LB_LB |
Left top left bottom left bottom left bottom |
EFX_EFFECT_WHITE_TURNOVER4_RT_LT_LT_LT |
Right top left top left top left top |
EFX_EFFECT_WHITE_TURNOVER4_RT_LT_LT_RT |
Right top left top left top right top |
EFX_EFFECT_WHITE_TURNOVER4_RT_LT_LT_RB |
Right top left top left top right bottom |
EFX_EFFECT_WHITE_TURNOVER4_RT_LT_LT_LB |
Right top left top left top left bottom |
EFX_EFFECT_WHITE_TURNOVER4_RT_LT_RT_LT |
Right top left top right top left top |
EFX_EFFECT_WHITE_TURNOVER4_RT_LT_RT_RT |
Right top left top right top right top |
EFX_EFFECT_WHITE_TURNOVER4_RT_LT_RT_RB |
Right top left top right top right bottom |
EFX_EFFECT_WHITE_TURNOVER4_RT_LT_RT_LB |
Right top left top right top left bottom |
EFX_EFFECT_WHITE_TURNOVER4_RT_LT_RB_LT |
Right top left top right bottom left top |
EFX_EFFECT_WHITE_TURNOVER4_RT_LT_RB_RT |
Right top left top right bottom right top |
EFX_EFFECT_WHITE_TURNOVER4_RT_LT_RB_RB |
Right top left top right bottom right bottom |
EFX_EFFECT_WHITE_TURNOVER4_RT_LT_RB_LB |
Right top left top right bottom left bottom |
EFX_EFFECT_WHITE_TURNOVER4_RT_LT_LB_LT |
Right top left top left bottom left top |
EFX_EFFECT_WHITE_TURNOVER4_RT_LT_LB_RT |
Right top left top left bottom right top |
EFX_EFFECT_WHITE_TURNOVER4_RT_LT_LB_RB |
Right top left top left bottom right bottom |
EFX_EFFECT_WHITE_TURNOVER4_RT_LT_LB_LB |
Right top left top left bottom left bottom |
EFX_EFFECT_WHITE_TURNOVER4_RT_RT_LT_LT |
Right top right top left top left top |
EFX_EFFECT_WHITE_TURNOVER4_RT_RT_LT_RT |
Right top right top left top right top |
EFX_EFFECT_WHITE_TURNOVER4_RT_RT_LT_RB |
Right top right top left top right bottom |
EFX_EFFECT_WHITE_TURNOVER4_RT_RT_LT_LB |
Right top right top left top left bottom |
EFX_EFFECT_WHITE_TURNOVER4_RT_RT_RT_LT |
Right top right top right top left top |
EFX_EFFECT_WHITE_TURNOVER4_RT_RT_RT_RT |
Right top right top right top right top |
EFX_EFFECT_WHITE_TURNOVER4_RT_RT_RT_RB |
Right top right top right top right bottom |
EFX_EFFECT_WHITE_TURNOVER4_RT_RT_RT_LB |
Right top right top right top left bottom |
EFX_EFFECT_WHITE_TURNOVER4_RT_RT_RB_LT |
Right top right top right bottom left top |
EFX_EFFECT_WHITE_TURNOVER4_RT_RT_RB_RT |
Right top right top right bottom right top |
EFX_EFFECT_WHITE_TURNOVER4_RT_RT_RB_RB |
Right top right top right bottom right bottom |
EFX_EFFECT_WHITE_TURNOVER4_RT_RT_RB_LB |
Right top right top right bottom left bottom |
EFX_EFFECT_WHITE_TURNOVER4_RT_RT_LB_LT |
Right top right top left bottom left top |
EFX_EFFECT_WHITE_TURNOVER4_RT_RT_LB_RT |
Right top right top left bottom right top |
EFX_EFFECT_WHITE_TURNOVER4_RT_RT_LB_RB |
Right top right top left bottom right bottom |
EFX_EFFECT_WHITE_TURNOVER4_RT_RT_LB_LB |
Right top right top left bottom left bottom |
EFX_EFFECT_WHITE_TURNOVER4_RT_RB_LT_LT |
Right top right bottom left top left top |
EFX_EFFECT_WHITE_TURNOVER4_RT_RB_LT_RT |
Right top right bottom left top right top |
EFX_EFFECT_WHITE_TURNOVER4_RT_RB_LT_RB |
Right top right bottom left top right bottom |
EFX_EFFECT_WHITE_TURNOVER4_RT_RB_LT_LB |
Right top right bottom left top left bottom |
EFX_EFFECT_WHITE_TURNOVER4_RT_RB_RT_LT |
Right top right bottom right top left top |
EFX_EFFECT_WHITE_TURNOVER4_RT_RB_RT_RT |
Right top right bottom right top right top |
EFX_EFFECT_WHITE_TURNOVER4_RT_RB_RT_RB |
Right top right bottom right top right bottom |
EFX_EFFECT_WHITE_TURNOVER4_RT_RB_RT_LB |
Right top right bottom right top left bottom |
EFX_EFFECT_WHITE_TURNOVER4_RT_RB_RB_LT |
Right top right bottom right bottom left top |
EFX_EFFECT_WHITE_TURNOVER4_RT_RB_RB_RT |
Right top right bottom right bottom right top |
EFX_EFFECT_WHITE_TURNOVER4_RT_RB_RB_RB |
Right top right bottom right bottom right bottom |
EFX_EFFECT_WHITE_TURNOVER4_RT_RB_RB_LB |
Right top right bottom right bottom left bottom |
EFX_EFFECT_WHITE_TURNOVER4_RT_RB_LB_LT |
Right top right bottom left bottom left top |
EFX_EFFECT_WHITE_TURNOVER4_RT_RB_LB_RT |
Right top right bottom left bottom right top |
EFX_EFFECT_WHITE_TURNOVER4_RT_RB_LB_RB |
Right top right bottom left bottom right bottom |
EFX_EFFECT_WHITE_TURNOVER4_RT_RB_LB_LB |
Right top right bottom left bottom left bottom |
EFX_EFFECT_WHITE_TURNOVER4_RT_LB_LT_LT |
Right top left bottom left top left top |
EFX_EFFECT_WHITE_TURNOVER4_RT_LB_LT_RT |
Right top left bottom left top right top |
EFX_EFFECT_WHITE_TURNOVER4_RT_LB_LT_RB |
Right top left bottom left top right bottom |
EFX_EFFECT_WHITE_TURNOVER4_RT_LB_LT_LB |
Right top left bottom left top left bottom |
EFX_EFFECT_WHITE_TURNOVER4_RT_LB_RT_LT |
Right top left bottom right top left top |
EFX_EFFECT_WHITE_TURNOVER4_RT_LB_RT_RT |
Right top left bottom right top right top |
EFX_EFFECT_WHITE_TURNOVER4_RT_LB_RT_RB |
Right top left bottom right top right bottom |
EFX_EFFECT_WHITE_TURNOVER4_RT_LB_RT_LB |
Right top left bottom right top left bottom |
EFX_EFFECT_WHITE_TURNOVER4_RT_LB_RB_LT |
Right top left bottom right bottom left top |
EFX_EFFECT_WHITE_TURNOVER4_RT_LB_RB_RT |
Right top left bottom right bottom right top |
EFX_EFFECT_WHITE_TURNOVER4_RT_LB_RB_RB |
Right top left bottom right bottom right bottom |
EFX_EFFECT_WHITE_TURNOVER4_RT_LB_RB_LB |
Right top left bottom right bottom left bottom |
EFX_EFFECT_WHITE_TURNOVER4_RT_LB_LB_LT |
Right top left bottom left bottom left top |
EFX_EFFECT_WHITE_TURNOVER4_RT_LB_LB_RT |
Right top left bottom left bottom right top |
EFX_EFFECT_WHITE_TURNOVER4_RT_LB_LB_RB |
Right top left bottom left bottom right bottom |
EFX_EFFECT_WHITE_TURNOVER4_RT_LB_LB_LB |
Right top left bottom left bottom left bottom |
EFX_EFFECT_WHITE_TURNOVER4_RB_LT_LT_LT |
Right bottom left top left top left top |
EFX_EFFECT_WHITE_TURNOVER4_RB_LT_LT_RT |
Right bottom left top left top right top |
EFX_EFFECT_WHITE_TURNOVER4_RB_LT_LT_RB |
Right bottom left top left top right bottom |
EFX_EFFECT_WHITE_TURNOVER4_RB_LT_LT_LB |
Right bottom left top left top left bottom |
EFX_EFFECT_WHITE_TURNOVER4_RB_LT_RT_LT |
Right bottom left top right top left top |
EFX_EFFECT_WHITE_TURNOVER4_RB_LT_RT_RT |
Right bottom left top right top right top |
EFX_EFFECT_WHITE_TURNOVER4_RB_LT_RT_RB |
Right bottom left top right top right bottom |
EFX_EFFECT_WHITE_TURNOVER4_RB_LT_RT_LB |
Right bottom left top right top left bottom |
EFX_EFFECT_WHITE_TURNOVER4_RB_LT_RB_LT |
Right bottom left top right bottom left top |
EFX_EFFECT_WHITE_TURNOVER4_RB_LT_RB_RT |
Right bottom left top right bottom right top |
EFX_EFFECT_WHITE_TURNOVER4_RB_LT_RB_RB |
Right bottom left top right bottom right bottom |
EFX_EFFECT_WHITE_TURNOVER4_RB_LT_RB_LB |
Right bottom left top right bottom left bottom |
EFX_EFFECT_WHITE_TURNOVER4_RB_LT_LB_LT |
Right bottom left top right bottom left top |
EFX_EFFECT_WHITE_TURNOVER4_RB_LT_LB_RT |
Right bottom left top left bottom right top |
EFX_EFFECT_WHITE_TURNOVER4_RB_LT_LB_RB |
Right bottom left top left bottom right bottom |
EFX_EFFECT_WHITE_TURNOVER4_RB_LT_LB_LB |
Right bottom left top left bottom left bottom |
EFX_EFFECT_WHITE_TURNOVER4_RB_RT_LT_LT |
Right bottom right top left top left top |
EFX_EFFECT_WHITE_TURNOVER4_RB_RT_LT_RT |
Right bottom right top left top right top |
EFX_EFFECT_WHITE_TURNOVER4_RB_RT_LT_RB |
Right bottom right top left top right bottom |
EFX_EFFECT_WHITE_TURNOVER4_RB_RT_LT_LB |
Right bottom right top left top left bottom |
EFX_EFFECT_WHITE_TURNOVER4_RB_RT_RT_LT |
Right bottom right top right top left top |
EFX_EFFECT_WHITE_TURNOVER4_RB_RT_RT_RT |
Right bottom right top right top right top |
EFX_EFFECT_WHITE_TURNOVER4_RB_RT_RT_RB |
Right bottom right top right top right bottom |
EFX_EFFECT_WHITE_TURNOVER4_RB_RT_RT_LB |
Right bottom right top right top left bottom |
EFX_EFFECT_WHITE_TURNOVER4_RB_RT_RB_LT |
Right bottom right top right bottom left top |
EFX_EFFECT_WHITE_TURNOVER4_RB_RT_RB_RT |
Right bottom right top right bottom right top |
EFX_EFFECT_WHITE_TURNOVER4_RB_RT_RB_RB |
Right bottom right top right bottom right bottom |
EFX_EFFECT_WHITE_TURNOVER4_RB_RT_RB_LB |
Right bottom right top right bottom left bottom |
EFX_EFFECT_WHITE_TURNOVER4_RB_RT_LB_LT |
Right bottom right top left bottom left top |
EFX_EFFECT_WHITE_TURNOVER4_RB_RT_LB_RT |
Right bottom right top left bottom right top |
EFX_EFFECT_WHITE_TURNOVER4_RB_RT_LB_RB |
Right bottom right top left bottom right bottom |
EFX_EFFECT_WHITE_TURNOVER4_RB_RT_LB_LB |
Right bottom right top left bottom left bottom |
EFX_EFFECT_WHITE_TURNOVER4_RB_RB_LT_LT |
Right bottom right bottom left top left top |
EFX_EFFECT_WHITE_TURNOVER4_RB_RB_LT_RT |
Right bottom right bottom left top right top |
EFX_EFFECT_WHITE_TURNOVER4_RB_RB_LT_RB |
Right bottom right bottom left top right bottom |
EFX_EFFECT_WHITE_TURNOVER4_RB_RB_LT_LB |
Right bottom right bottom left top left bottom |
EFX_EFFECT_WHITE_TURNOVER4_RB_RB_RT_LT |
Right bottom right bottom right top left top |
EFX_EFFECT_WHITE_TURNOVER4_RB_RB_RT_RT |
Right bottom right bottom right top right top |
EFX_EFFECT_WHITE_TURNOVER4_RB_RB_RT_RB |
Right bottom right bottom right top right bottom |
EFX_EFFECT_WHITE_TURNOVER4_RB_RB_RT_LB |
Right bottom right bottom right top left bottom |
EFX_EFFECT_WHITE_TURNOVER4_RB_RB_RB_LT |
Right bottom right bottom right top left top |
EFX_EFFECT_WHITE_TURNOVER4_RB_RB_RB_RT |
Right bottom right bottom right bottom right top |
EFX_EFFECT_WHITE_TURNOVER4_RB_RB_RB_RB |
Right bottom right bottom right bottom right bottom |
EFX_EFFECT_WHITE_TURNOVER4_RB_RB_RB_LB |
Right bottom right bottom right bottom left bottom |
EFX_EFFECT_WHITE_TURNOVER4_RB_RB_LB_LT |
Right bottom right bottom right bottom left top |
EFX_EFFECT_WHITE_TURNOVER4_RB_RB_LB_RT |
Right bottom right bottom left bottom right top |
EFX_EFFECT_WHITE_TURNOVER4_RB_RB_LB_RB |
Right bottom right bottom left bottom right bottom |
EFX_EFFECT_WHITE_TURNOVER4_RB_RB_LB_LB |
Right bottom right bottom left bottom left bottom |
EFX_EFFECT_WHITE_TURNOVER4_RB_LB_LT_LT |
Right bottom left bottom left top left top |
EFX_EFFECT_WHITE_TURNOVER4_RB_LB_LT_RT |
Right bottom left bottom left top right top |
EFX_EFFECT_WHITE_TURNOVER4_RB_LB_LT_RB |
Right bottom left bottom left top right bottom |
EFX_EFFECT_WHITE_TURNOVER4_RB_LB_LT_LB |
Right bottom left bottom left top left bottom |
EFX_EFFECT_WHITE_TURNOVER4_RB_LB_RT_LT |
Right bottom left bottom right top left top |
EFX_EFFECT_WHITE_TURNOVER4_RB_LB_RT_RT |
Right bottom left bottom right top right top |
EFX_EFFECT_WHITE_TURNOVER4_RB_LB_RT_RB |
Right bottom left bottom right top right bottom |
EFX_EFFECT_WHITE_TURNOVER4_RB_LB_RT_LB |
Right bottom left bottom right top left bottom |
EFX_EFFECT_WHITE_TURNOVER4_RB_LB_RB_LT |
Right bottom left bottom right bottom left top |
EFX_EFFECT_WHITE_TURNOVER4_RB_LB_RB_RT |
Right bottom left bottom right bottom right top |
EFX_EFFECT_WHITE_TURNOVER4_RB_LB_RB_RB |
Right bottom left bottom right bottom right bottom |
EFX_EFFECT_WHITE_TURNOVER4_RB_LB_RB_LB |
Right bottom left bottom right bottom left bottom |
EFX_EFFECT_WHITE_TURNOVER4_RB_LB_LB_LT |
Right bottom left bottom left bottom left top |
EFX_EFFECT_WHITE_TURNOVER4_RB_LB_LB_RT |
Right bottom left bottom left bottom right top |
EFX_EFFECT_WHITE_TURNOVER4_RB_LB_LB_RB |
Right bottom left bottom left bottom right bottom |
EFX_EFFECT_WHITE_TURNOVER4_RB_LB_LB_LB |
Right bottom left bottom left bottom left bottom |
EFX_EFFECT_WHITE_TURNOVER4_LB_LT_LT_LT |
Left bottom left top left top left top |
EFX_EFFECT_WHITE_TURNOVER4_LB_LT_LT_RT |
Left bottom left top left top right top |
EFX_EFFECT_WHITE_TURNOVER4_LB_LT_LT_RB |
Left bottom left top left top right bottom |
EFX_EFFECT_WHITE_TURNOVER4_LB_LT_LT_LB |
Left bottom left top left top left bottom |
EFX_EFFECT_WHITE_TURNOVER4_LB_LT_RT_LT |
Left bottom left top right top left top |
EFX_EFFECT_WHITE_TURNOVER4_LB_LT_RT_RT |
Left bottom left top right top right top |
EFX_EFFECT_WHITE_TURNOVER4_LB_LT_RT_RB |
Left bottom left top right top right bottom |
EFX_EFFECT_WHITE_TURNOVER4_LB_LT_RT_LB |
Left bottom left top right top left bottom |
EFX_EFFECT_WHITE_TURNOVER4_LB_LT_RB_LT |
Left bottom left top right bottom left top |
EFX_EFFECT_WHITE_TURNOVER4_LB_LT_RB_RT |
Left bottom left top right bottom right top |
EFX_EFFECT_WHITE_TURNOVER4_LB_LT_RB_RB |
Left bottom left top right bottom right bottom |
EFX_EFFECT_WHITE_TURNOVER4_LB_LT_RB_LB |
Left bottom left top right bottom left bottom |
EFX_EFFECT_WHITE_TURNOVER4_LB_LT_LB_LT |
Left bottom left top left bottom left top |
EFX_EFFECT_WHITE_TURNOVER4_LB_LT_LB_RT |
Left bottom left top left bottom right top |
EFX_EFFECT_WHITE_TURNOVER4_LB_LT_LB_RB |
Left bottom left top left bottom right bottom |
EFX_EFFECT_WHITE_TURNOVER4_LB_LT_LB_LB |
Left bottom left top left bottom left bottom |
EFX_EFFECT_WHITE_TURNOVER4_LB_RT_LT_LT |
Left bottom right top left top left top |
EFX_EFFECT_WHITE_TURNOVER4_LB_RT_LT_RT |
Left bottom right top left top right top |
EFX_EFFECT_WHITE_TURNOVER4_LB_RT_LT_RB |
Left bottom right top left top right bottom |
EFX_EFFECT_WHITE_TURNOVER4_LB_RT_LT_LB |
Left bottom right top left top left bottom |
EFX_EFFECT_WHITE_TURNOVER4_LB_RT_RT_LT |
Left bottom right top right top left top |
EFX_EFFECT_WHITE_TURNOVER4_LB_RT_RT_RT |
Left bottom right top right top right top |
EFX_EFFECT_WHITE_TURNOVER4_LB_RT_RT_RB |
Left bottom right top right top right bottom |
EFX_EFFECT_WHITE_TURNOVER4_LB_RT_RT_LB |
Left bottom right top right top left bottom |
EFX_EFFECT_WHITE_TURNOVER4_LB_RT_RB_LT |
Left bottom right top right bottom left top |
EFX_EFFECT_WHITE_TURNOVER4_LB_RT_RB_RT |
Left bottom right top right bottom right top |
EFX_EFFECT_WHITE_TURNOVER4_LB_RT_RB_RB |
Left bottom right top right bottom right bottom |
EFX_EFFECT_WHITE_TURNOVER4_LB_RT_RB_LB |
Left bottom right top right bottom left bottom |
EFX_EFFECT_WHITE_TURNOVER4_LB_RT_LB_LT |
Left bottom right top right bottom left top |
EFX_EFFECT_WHITE_TURNOVER4_LB_RT_LB_RT |
Left bottom right top right bottom right top |
EFX_EFFECT_WHITE_TURNOVER4_LB_RT_LB_RB |
Left bottom right top right bottom right bottom |
EFX_EFFECT_WHITE_TURNOVER4_LB_RT_LB_LB |
Left bottom right top left bottom left bottom |
EFX_EFFECT_WHITE_TURNOVER4_LB_RB_LT_LT |
Left bottom right bottom left top left top |
EFX_EFFECT_WHITE_TURNOVER4_LB_RB_LT_RT |
Left bottom right bottom left top right top |
EFX_EFFECT_WHITE_TURNOVER4_LB_RB_LT_RB |
Left bottom right bottom left top right bottom |
EFX_EFFECT_WHITE_TURNOVER4_LB_RB_LT_LB |
Left bottom right bottom left top left bottom |
EFX_EFFECT_WHITE_TURNOVER4_LB_RB_RT_LT |
Left bottom right bottom right top left top |
EFX_EFFECT_WHITE_TURNOVER4_LB_RB_RT_RT |
Left bottom right bottom right top right top |
EFX_EFFECT_WHITE_TURNOVER4_LB_RB_RT_RB |
Left bottom right bottom right top right bottom |
EFX_EFFECT_WHITE_TURNOVER4_LB_RB_RT_LB |
Left bottom right bottom right top left bottom |
EFX_EFFECT_WHITE_TURNOVER4_LB_RB_RB_LT |
Left bottom right bottom right bottom left top |
EFX_EFFECT_WHITE_TURNOVER4_LB_RB_RB_RT |
Left bottom right bottom right bottom right top |
EFX_EFFECT_WHITE_TURNOVER4_LB_RB_RB_RB |
Left bottom right bottom right bottom right bottom |
EFX_EFFECT_WHITE_TURNOVER4_LB_RB_RB_LB |
Left bottom right bottom right bottom left bottom |
EFX_EFFECT_WHITE_TURNOVER4_LB_RB_LB_LT |
Left bottom right bottom left bottom left top |
EFX_EFFECT_WHITE_TURNOVER4_LB_RB_LB_RT |
Left bottom right bottom left bottom right top |
EFX_EFFECT_WHITE_TURNOVER4_LB_RB_LB_RB |
Left bottom right bottom left bottom right bottom |
EFX_EFFECT_WHITE_TURNOVER4_LB_RB_LB_LB |
Left bottom right bottom left bottom left bottom |
EFX_EFFECT_WHITE_TURNOVER4_LB_LB_LT_LT |
Left bottom left bottom left top left top |
EFX_EFFECT_WHITE_TURNOVER4_LB_LB_LT_RT |
Left bottom left bottom left top right top |
EFX_EFFECT_WHITE_TURNOVER4_LB_LB_LT_RB |
Left bottom left bottom left top right bottom |
EFX_EFFECT_WHITE_TURNOVER4_LB_LB_LT_LB |
Left bottom left bottom left top left bottom |
EFX_EFFECT_WHITE_TURNOVER4_LB_LB_RT_LT |
Left bottom left bottom right top left top |
EFX_EFFECT_WHITE_TURNOVER4_LB_LB_RT_RT |
Left bottom left bottom right top right top |
EFX_EFFECT_WHITE_TURNOVER4_LB_LB_RT_RB |
Left bottom left bottom right top right bottom |
EFX_EFFECT_WHITE_TURNOVER4_LB_LB_RT_LB |
Left bottom left bottom right top left bottom |
EFX_EFFECT_WHITE_TURNOVER4_LB_LB_RB_LT |
Left bottom left bottom right bottom left top |
EFX_EFFECT_WHITE_TURNOVER4_LB_LB_RB_RT |
Left bottom left bottom right bottom right top |
EFX_EFFECT_WHITE_TURNOVER4_LB_LB_RB_RB |
Left bottom left bottom right bottom right bottom |
EFX_EFFECT_WHITE_TURNOVER4_LB_LB_RB_LB |
Left bottom left bottom right bottom left bottom |
EFX_EFFECT_WHITE_TURNOVER4_LB_LB_LB_LT |
Left bottom left bottom left bottom left top |
EFX_EFFECT_WHITE_TURNOVER4_LB_LB_LB_RT |
Left bottom left bottom left bottom right top |
EFX_EFFECT_WHITE_TURNOVER4_LB_LB_LB_RB |
Left bottom left bottom left bottom right bottom |
EFX_EFFECT_WHITE_TURNOVER4_LB_LB_LB_LB |
Left bottom left bottom left bottom left bottom |
Turnover class
EFX_EFFECT_TURNOVER_LT_TO_RB |
Left top to right bottom |
EFX_EFFECT_TURNOVER_LB_TO_RT |
Left bottom to right top |
EFX_EFFECT_TURNOVER_RT_TO_LB |
Right top to left bottom |
EFX_EFFECT_TURNOVER_RB_TO_LT |
Right bottom to left top |
Replace class
EFX_EFFECT_REPLACE_HORZ_LEFT |
The old bitmap will move to the left, the new bitmap will come from the right |
EFX_EFFECT_REPLACE_HORZ_RIGHT |
The old bitmap will move to the right, the new bitmap will come from the left |
EFX_EFFECT_REPLACE_VERT_TOP |
The old bitmap will move to the top, the new bitmap will come from the bottom |
EFX_EFFECT_REPLACE_VERT_BOTTOM |
The old bitmap will move to the bottom, the new bitmap will come from the top |
Laser class
EFX_EFFECT_LASER_LT_RB |
From center to left top and from center to right bottom |
EFX_EFFECT_LASER_LB_RT |
From center to left bottom and from center to right top |
Fade Normal class
EFX_EFFECT_FADE_NORMAL |
The new bitmap will fade |
Fade Black and White class
EFX_EFFECT_FADE_BW |
The gray bitmap will fade first, then the colored bitmap. |
Fade Color class
EFX_EFFECT_FADE_COLOR |
The color level bitmap will fade first, then the color bitmap. The crWand parameter will determine the color level bitmap. |