Lib.image.fx.distort.ChromaticDistortion - tixl3d/tixl GitHub Wiki
Simulates an imaging error of optical camera lenses that manifests itself as blurring or discoloration at the outer edges.
Also see [ChromaticAberration]
Useful Ops for a PostFX Pipeline: [MotionBlur] [DepthOfField] [ChromaticAberration] [Glow] [Grain] [Blur]
| Name (Relevancy & Type) | Description |
|---|---|
| Texture2d (Texture2DRequired) | - |
| Center (Vector2) | Offsets the center of the effect. |
| Size (Single) | Controls the intensity of the effect. |
| Colorize (Single) | Tints the image yellow. |
| Distort (Single) | Controls intensity of lens distortion. |
| DistortOffset (Single) | Uniformly scales the image to fix unwanted effects at the edges when using "distort" setting. |
| ScaleImage (Single) | Uniformly scales the image without cutting the edges. |
| SampleCount (Int32) | Controls the fidelity of the effect. Higher numbers create smoother results at the cost of rendering speed. |
| Name | Type |
|---|---|
| Output | T3.Core.DataTypes.Texture2D |
⚠ Everything else is automatically generated and will be overwritten regularly.