C# Class SoundInTheory.DynamicImage.Filters.FeatherFilter

Adjusts the brightness of the layer.
Inheritance: ShaderEffectFilter
Mostra file Open project: sitdap/dynamic-image

Protected Methods

Method Description
GetDestinationDimensions ( FastBitmap source, int &width, int &height ) : bool
GetEffect ( FastBitmap source ) : System.Windows.Media.Effects.Effect

Method Details

GetDestinationDimensions() protected method

protected GetDestinationDimensions ( FastBitmap source, int &width, int &height ) : bool
source SoundInTheory.DynamicImage.Util.FastBitmap
width int
height int
return bool

GetEffect() protected method

protected GetEffect ( FastBitmap source ) : System.Windows.Media.Effects.Effect
source SoundInTheory.DynamicImage.Util.FastBitmap
return System.Windows.Media.Effects.Effect