menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ImageEffect - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    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 0.

    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 0.

    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 0.

    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 0.

    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 0.

    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 1.

    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 0.

    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 0.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved