Enum ImageFilterOption
Defines the filter options in the SfImageEditor.
Namespace: Syncfusion.Blazor.ImageEditor
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum ImageFilterOption
Fields
| Name | Description |
|---|---|
| Chrome | Represents a chrome filter option. |
| Cold | Represents a cold filter option. |
| Default | Represents a default filter option. |
| Grayscale | Represents a grayscale option. |
| Invert | Represents an invert filter option.
|
| Sepia | Represents a sepia filter option. |
| Warm | Represents a warm filter option. |