C# Class Fluent.GrayscaleEffect

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

Méthodes publiques

Свойство Type Description
FilterColorProperty System.Windows.DependencyProperty
InputProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GrayscaleEffect ( ) : System

Default constructor

Method Details

GrayscaleEffect() public méthode

Default constructor
public GrayscaleEffect ( ) : System
Résultat System

Property Details

FilterColorProperty public_oe static_oe property

Dependency property for FilterColor
public static DependencyProperty,System.Windows FilterColorProperty
Résultat System.Windows.DependencyProperty

InputProperty public_oe static_oe property

Dependency property for Input
public static DependencyProperty,System.Windows InputProperty
Résultat System.Windows.DependencyProperty