Lib.image.fx.distort.ChromaticDistortion - tixl3d/tixl GitHub Wiki

ChromaticDistortion

in Lib.image.fx.distort


Simulates an imaging error of optical camera lenses that manifests itself as blurring or discoloration at the outer edges.

Also see [ChromaticAbberation]

Useful Ops for a PostFX Pipeline: [MotionBlur] [DepthOfField] [ChromaticAbberation] [Glow] [Grain] [Blur]


Input Parameters

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 lense 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.

Outputs

Name Type
Output T3.Core.DataTypes.Texture2D

Please help use to improve this documentation. Feel free to improve the description.

⚠ Everything else is automatically generated and will be overwritten regularly.

⚠️ **GitHub.com Fallback** ⚠️