Enum ImageFinetuneOption
Defines the finetune options in the SfImageEditor.
Namespace: Syncfusion.Blazor.ImageEditor
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum ImageFinetuneOption
Fields
| Name | Description |
|---|---|
| Blur | Represents a blur option. |
| Brightness | Represents a brightness option. |
| Contrast | Represents a contrast option. |
| Exposure | Represents an exposure option. |
| Hue | Represents a hue option. |
| Opacity | Represents an opacity option. |
| Saturation | Represents a saturation option. |