Lib.image.fx.blur.Blur - tixl3d/tixl GitHub Wiki
Blurs the incoming image
Useful Ops for a PostFX Pipeline: [MotionBlur] [DepthOfField] [ChromaticAbberation] [Glow] [Grain] [Blur]
Name (Relevancy & Type) | Description |
---|---|
Image (Texture2DRequired) | - |
Size (Single) | Defines the strength / radius of the blur |
Samples (Single) | Defines the number of iterations with which the image is blurred. Higher values produce higher quality at the cost of computing speed. |
Offset (Single) | Offsets the brightness of the image |
Opacity (Single) | Changes the opacity / gamma of the image |
Resolution (Int2) | Overwrites / redefines the resolution of the incoming image |
Wrap (TextureAddressMode) | Defines what is displayed at the edge of the image or how it is repeated should it be cut off / offset over its borders. |
Name | Type |
---|---|
TextureOutput | 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.