| Table of Contents | ||
|
|
||
| DoVideoEffects | ||
|
Purpose Carries out the current effect, if any |
||
|
Protoype void CVdeo::DoVideoEffects () |
||
|
Description This function processes the current fade effect if one exists. Only one fade effect can exist at at time since there is only one screen. |
||
|
Use CVideo video; video.DoVideoEffects(); |
||
|
|
||
|