-
Notifications
You must be signed in to change notification settings - Fork 191
lib.img.fx.Glow
Thomas Mann edited this page Jan 17, 2024
·
5 revisions
in lib.img.fx
Adds a bloom effect to the incoming image. It uses multiple resolution passes and is reasonably fast.
You can use the Offset parameter as a threshold for 'glowing' content.
Name (Relevancy & Type) | Description |
---|---|
Texture (Texture2DRequired) | - |
BlurRadius (Single) | - |
Samples (Single) | - |
GlowAmount (Single) | - |
Offset (Single) | - |
Color (Vector4) | - |
AmplifyFineBlur (Single) | - |
BlendMode (Int32) | - |
Name | Type |
---|---|
ImgOutput | SharpDX.Direct3D11.Texture2D |
Output | T3.Core.DataTypes.Command |
Please help use to improve this documentation. Feel free to improve the description.
⚠ Everything else is automatically generated and will be overwritten regularly.
Reference
Getting started
- Basic Concepts
- How Tooll Works
- Keyboard shortcuts
- Video tutorials
- Rendering Videos
- Exporting to Executable
- Creating new Operators
- Tooll for live performances
- Presets and Snapshots
- Optimizing Rendering Performance
- Using backups
- Realtime Rendering for Artists
Advanced features