-
Notifications
You must be signed in to change notification settings - Fork 267
Lib.image.fx.glitch.RgbTV
Thomas Mann edited this page Sep 5, 2025
·
3 revisions
Creates a vintage TV-glitch effect.
Useful Ops for a PostFX Pipeline: [MotionBlur] [DepthOfField] [ChromaticAbberation] [Glow] [Grain] [Blur]
| Name (Relevancy & Type) | Description |
|---|---|
| Image (Texture2D) | - |
| Visibility (Single) | - |
| PatternAmount (Single) | - |
| ImageBrightess (Single) | - |
| BlackLevel (Single) | - |
| ImageContrast (Single) | - |
| BlurImage (Single) | - |
| GlowIntensity (Single) | - |
| GlowBlur (Single) | - |
| PatternSize (Single) | - |
| ShiftColumns (Single) | - |
| Gaps (Single) | - |
| PatternBlur (Vector2) | - |
| GlitchAmount (Single) | - |
| GlitchFlicker (Single) | - |
| GlitchTimeOverride (Single) | - |
| GlitchDistort (Single) | - |
| ShadeDistortion (Single) | - |
| NoiseForDistortion (Single) | - |
| Noise (Single) | - |
| NoiseSpeed (Single) | - |
| NoiseExponent (Single) | - |
| NoiseColorize (Single) | - |
| Buldge (Single) | - |
| Vignette (Single) | - |
| Resolution (Int2) | - |
| Name | Type |
|---|---|
| TextureOutput | T3.Core.DataTypes.Texture2D |
⚠ Everything else is automatically generated and will be overwritten regularly.
The user-facing documentation has moved to help.tixl.app. Edits made to pages on this wiki will be lost — please edit the sources under .help/docs/ in the main repo instead.
- Welcome
- Installation
- Introduction
- Basic concepts
- How TiXL works
- Video tutorials
- Keyboard shortcuts
- Exporting videos
- Exporting executables
- Live performances
- Presets and snapshots
- FAQ
- Operator reference
These pages stay here — they're for people building TiXL from source.
- Installing the dev build
- Coding conventions
- Operator conventions
- Developing operators
- Writing code ops
- Working with git
- Integration tests
- Manual testing plan
- Using RenderDoc
- Debugging the Player
- Visual Studio Code setup
- Standalone builds
- Release issues
- Audio roadmap
- Ideas for operators
- Transform gizmos
- Context variables
- Changing file-path format
- Updating the Home template
- Proposed breaking changes for main
- TiXL vs Tooll3
- Contributing