C# Class Fluent.GrayscaleEffect

An effect that turns the input into shades of a single color.
Inheritance: System.Windows.Media.Effects.ShaderEffect
Datei anzeigen Open project: Gainedge/BetterExplorer

Public Properties

Property Type Description
FilterColorProperty System.Windows.DependencyProperty
InputProperty System.Windows.DependencyProperty

Public Methods

Method Description
GrayscaleEffect ( ) : System

Default constructor

Method Details

GrayscaleEffect() public method

Default constructor
public GrayscaleEffect ( ) : System
return System

Property Details

FilterColorProperty public_oe static_oe property

Dependency property for FilterColor
public static DependencyProperty,System.Windows FilterColorProperty
return System.Windows.DependencyProperty

InputProperty public_oe static_oe property

Dependency property for Input
public static DependencyProperty,System.Windows InputProperty
return System.Windows.DependencyProperty