Class ImageFilter
Inheritance
System.Object
ImageFilter
Namespace: Unity.UIWidgets.ui
Syntax
public abstract class ImageFilter
Methods
blur(Single, Single)
Declaration
public static ImageFilter blur(float sigmaX = 0F, float sigmaY = 0F)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Single | sigmaX | |
| System.Single | sigmaY |
Returns
| Type | Description |
|---|---|
| ImageFilter |
matrix(Matrix3, FilterMode)
Declaration
public static ImageFilter matrix(Matrix3 transform, FilterMode filterMode = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Matrix3 | transform | |
| FilterMode | filterMode |
Returns
| Type | Description |
|---|---|
| ImageFilter |