Class ImageEffect
Types of Image effects
Inheritance
System.Object
ImageEffect
Namespace: Syncfusion.UI.Xaml.ImageEditor.Enums
Assembly: Syncfusion.SfImageEditor.UWP.dll
Syntax
public sealed class ImageEffect : Enum
Fields
Blur
Apply Blur effect to the image. The EffectValue from 0 to 6.
Declaration
public const ImageEffect Blur
Field Value
Type |
---|
ImageEffect |
Brightness
Apply Brighness effect to the image. The EffectValue from -100 to 100.
Declaration
public const ImageEffect Brightness
Field Value
Type |
---|
ImageEffect |
Contrast
Apply Contrast effect to the image. The EffectValue from -100 to 100.
Declaration
public const ImageEffect Contrast
Field Value
Type |
---|
ImageEffect |
Hue
Apply Hue effect to the image. The EffectValue from -180 to 180.
Declaration
public const ImageEffect Hue
Field Value
Type |
---|
ImageEffect |
None
Default value of ImageEffects.
Declaration
public const ImageEffect None
Field Value
Type |
---|
ImageEffect |
Saturation
Apply Saturation effect to the image. The EffectValue from -100 to 100.
Declaration
public const ImageEffect Saturation
Field Value
Type |
---|
ImageEffect |
Sharpen
Apply Sharpen effect to the image. The EffectValue from 0 to 6.
Declaration
public const ImageEffect Sharpen
Field Value
Type |
---|
ImageEffect |