Lib.image.fx.blur.Sharpen - tixl3d/tixl GitHub Wiki
Sharpens the incoming image.
Check out the [ReactionDiffusionExample] for a more advanced use case
| Name (Relevancy & Type) | Description |
|---|---|
| Image (Texture2DRequired) | - |
| SampleRadius (Single) | Defines the radius of the sharpen effect. For normal image sharpening, small values are recommended (~1-3), larger radii are useful for more creative applications and image stylization. |
| Strength (Single) | Defines how strongly the effect is applied. |
| Clamping (Boolean) | Helps to get a smooth render for reaction diffusion |
| Name | Type |
|---|---|
| TextureOutput | T3.Core.DataTypes.Texture2D |
⚠ Everything else is automatically generated and will be overwritten regularly.