AutoEnhanceEffect Constructor

  Name Description
Public method AutoEnhanceEffect()
Creates a new AutoEnhanceEffect with disabled white balance and with automatic local boost, contrast, and brightness enabled.
Public method AutoEnhanceEffect(IImageProvider)
Creates and initializes a new Brightness effect that uses the provided image source.
Public method AutoEnhanceEffect(Boolean, Boolean)
Creates a new AutoEnhanceEffect with disabled white balance and settings for local boost.
Public method AutoEnhanceEffect(Boolean, Boolean, Color)
Creates a new AutoEnhanceEffect with automatic white balance and settings for contrast and brightness, local boost, and target white point.
Public method AutoEnhanceEffect(IImageProvider, Boolean, Boolean)
Creates a new AutoEnhanceEffect with disabled white balance and settings for local boost.
Public method AutoEnhanceEffect(Boolean, Boolean, Color, Color)
Creates a new AutoEnhanceEffect with manual white balance and settings for contrast and brightness, local boost, and source and target white points.
Public method AutoEnhanceEffect(IImageProvider, Boolean, Boolean, Color)
Creates a new AutoEnhanceEffect with automatic white balance and settings for contrast and brightness, local boost, and target white point.
Public method AutoEnhanceEffect(IImageProvider, Boolean, Boolean, Color, Color)
Creates a new AutoEnhanceEffect with manual white balance and settings for contrast and brightness, local boost, and source and target white points.
Show: