C# Class SoundInTheory.DynamicImage.Filters.ColorKeyFilter

Makes a specified color transparent in the output image. Can also use the top-left pixel in the source image as the transparent color.
Inheritance: ShaderEffectFilter
Mostra file Open project: sitdap/dynamic-image

Protected Methods

Method Description
GetEffect ( FastBitmap source ) : System.Windows.Media.Effects.Effect

Method Details

GetEffect() protected method

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