Class ImageFinetuneOption
Defines the finetune options in the SfImageEditor.
Inheritance
System.Object
ImageFinetuneOption
Namespace: Syncfusion.Blazor.ImageEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ImageFinetuneOption : Enum
Fields
Blur
Represents a blur option.
Declaration
public const ImageFinetuneOption Blur
Field Value
Type | Description |
---|---|
ImageFinetuneOption | Represents the string value: "Blur" |
Brightness
Represents a brightness option.
Declaration
public const ImageFinetuneOption Brightness
Field Value
Type | Description |
---|---|
ImageFinetuneOption | Represents the string value: "Brightness" |
Contrast
Represents a contrast option.
Declaration
public const ImageFinetuneOption Contrast
Field Value
Type | Description |
---|---|
ImageFinetuneOption | Represents the string value: "Contrast" |
Exposure
Represents an exposure option.
Declaration
public const ImageFinetuneOption Exposure
Field Value
Type | Description |
---|---|
ImageFinetuneOption | Represents the string value: "Exposure" |
Hue
Represents a hue option.
Declaration
public const ImageFinetuneOption Hue
Field Value
Type | Description |
---|---|
ImageFinetuneOption | Represents the string value: "Hue" |
Opacity
Represents an opacity option.
Declaration
public const ImageFinetuneOption Opacity
Field Value
Type | Description |
---|---|
ImageFinetuneOption | Represents the string value: "Opacity" |
Saturation
Represents a saturation option.
Declaration
public const ImageFinetuneOption Saturation
Field Value
Type | Description |
---|---|
ImageFinetuneOption | Represents the string value: "Saturation" |