The TVGraphicEffect class provides some methods for special effects like fade in/out/flash, etc...
VB.NET
' TV Variables Public GraphicFX As TVGraphicEffect ' Declare new TVGraphicEffect Object GraphicFX = New TVGraphicEffect
C++
//todo
| Method | Description |
|---|---|
| AdvancedGamma | Changes the screen gamma on each of 3 color channels(RedGamma, GreenGamma, BlueGamma). |
| ChangeGamma | Changes the screen gamma. |
| DrawDepthOfField | Short description of DrawDepthOfField |
| DrawGlow | Short description of DrawGlow |
| DrawHDR | Short description of DrawHDR |
| DrawMotionBlur | Short description of DrawMotionBlur |
| EndRenderHDR | Short description of EndRenderHDR |
| EndRenderMotionBlur | Short description of EndRenderMotionBlur |
| FadeIn | Do a “fade-in” effect of a specified duration. |
| FadeOut | Do a “fade-out” effect of a specified duration. |
| Flash | Generates a fixed-length flash on the entire screen, fading out. |
| GetIndex | Short description of GetIndex |
| InitDepthOfField | Short description of InitDepthOfField |
| InitGlowEffect | Short description of InitGlowEffect |
| InitHDR | Short description of InitHDR |
| InitMotionBlur | Short description of InitMotionBlur |
| InstantFlash | Generates a Instant color flash. |
| IsFadeFinished | Tells you if the fading effect is finished. |
| IsFlashFinished | Tells you if the flash effect is finished or not. |
| SetDepthOfFieldParameters | Short description of SetDepthOfFieldParameters |
| SetGlowParameters | Short description of SetGlowParameters |
| SetIndex | Short description of SetIndex |
| SetMotionBlurCamera | Short description of SetMotionBlurCamera |
| SetMotionBlurParameters | Short description of SetMotionBlurParameters |
| SetWaterReflection | Short description of SetWaterReflection |
| SetWaterReflectionBumpAnimation | Short description of SetWaterReflectionBumpAnimation |
| SetWaterReflectionColor | Short description of SetWaterReflectionColor |
| StartRenderHDR | Short description of StartRenderHDR |
| StartRenderMotionBlur | Short description of StartRenderMotionBlur |
| StopFade | Stops the current fade-in or fade-out effect. |
| StopFlash | Stops the current flash effect (if any is started). |
| UnloadGlowEffect | Short description of UnloadGlowEffect |
| UpdateDepthOfField | Short description of UpdateDepthOfField |
| UpdateGlow | Short description of UpdateGlow |