Class ImageFinetuneValue
Represents the settings for finetune an image in the SfImageEditor.
Inheritance
Namespace: Syncfusion.Blazor.ImageEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class ImageFinetuneValue : Object
Remarks
The image finetune value include minimum, maximum, and default values of the finetune options. Use the Min, Max, and DefaultValue properties to specify the minimum, maximum, and default values for each finetune setting.
Constructors
ImageFinetuneValue()
Declaration
public ImageFinetuneValue()
Properties
DefaultValue
Gets or sets the default value of the finetune settings in the SfImageEditor.
Declaration
public int DefaultValue { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | A double value that specifies a default value for the finetune settings. |
Remarks
This property is used to configure the default value of the finetune settings, such as brightness, contrast, hue, saturation, exposure, opacity, and blur.
Max
Gets or sets the maximum value of the finetune settings in the SfImageEditor.
Declaration
public int Max { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | A double value that specifies a maximum value for the finetune settings. |
Remarks
This property is used to configure the maximum value of the finetune settings, such as brightness, contrast, hue, saturation, exposure, opacity, and blur.
Min
Gets or sets the minimum value of the finetune settings in the SfImageEditor.
Declaration
public int Min { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | A double value that specifies a minimum value for the finetune settings. |
Remarks
This property is used to configure the minimum value of the finetune settings, such as brightness, contrast, hue, saturation, exposure, opacity, and blur.