Class ImageEffect
Specifies the types of Image effects.
Inheritance
System.Object
ImageEffect
Namespace: Syncfusion.Maui.ImageEditor
Assembly: Syncfusion.Maui.ImageEditor.dll
Syntax
public sealed class ImageEffect : Enum
Fields
Blur
Represents the blur.
Declaration
public const ImageEffect Blur
Field Value
Type | Description |
---|---|
ImageEffect | The effect value from 0 to 1. The default value is |
Brightness
Represents the brightness.
Declaration
public const ImageEffect Brightness
Field Value
Type | Description |
---|---|
ImageEffect | The effect value from -1 to 1. The default value is |
Contrast
Represent the contrast.
Declaration
public const ImageEffect Contrast
Field Value
Type | Description |
---|---|
ImageEffect | The effect value from -1 to 1. The default value is |
Exposure
Represent the exposure.
Declaration
public const ImageEffect Exposure
Field Value
Type | Description |
---|---|
ImageEffect | The effect value from -1 to 1. The default value is |
Hue
Represents the hue.
Declaration
public const ImageEffect Hue
Field Value
Type | Description |
---|---|
ImageEffect | The effect value from -1 to 1. The default value is |
None
Resets the applied effects.
Declaration
public const ImageEffect None
Field Value
Type |
---|
ImageEffect |
Opacity
Represents the opacity.
Declaration
public const ImageEffect Opacity
Field Value
Type | Description |
---|---|
ImageEffect | The effect value from 0 to 1. The default value is |
Saturation
Represents the saturation.
Declaration
public const ImageEffect Saturation
Field Value
Type | Description |
---|---|
ImageEffect | The effect value from -1 to 1. The default value is |
Sharpen
Represent the sharpen.
Declaration
public const ImageEffect Sharpen
Field Value
Type | Description |
---|---|
ImageEffect | The effect value from 0 to 1. The default value is |