Lib.image.fx.stylize.ChromaticAbberation - 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 [ChromaticDistortion]
Useful Ops for a PostFX Pipeline: [MotionBlur] [DepthOfField] [ChromaticAberration] [Glow] [Grain] [Blur]
| Name (Relevancy & Type) | Description |
|---|---|
| Image (Texture2DRequired) | - |
| Size (Single) | Controls how far the individual colors are shifted away from each other at the edges of the image. |
| Strength (Single) | Controls the intensity of discoloration at the edges of the image. |
| SampleCount (Int32) | Controls the fidelity of the effect. Higher numbers create smoother results at the cost of rendering speed. |
| Distort (Single) | Simulates lens distortion. Negative values stretch the edges of the image outwards. Positive values pull them inwards. |
| Name | Type |
|---|---|
| TextureOutput | T3.Core.DataTypes.Texture2D |
⚠ Everything else is automatically generated and will be overwritten regularly.