C# Класс Fluent.GrayscaleEffect

An effect that turns the input into shades of a single color.
Наследование: System.Windows.Media.Effects.ShaderEffect
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
FilterColorProperty System.Windows.DependencyProperty
InputProperty System.Windows.DependencyProperty

Открытые методы

Метод Описание
GrayscaleEffect ( ) : System

Default constructor

Описание методов

GrayscaleEffect() публичный Метод

Default constructor
public GrayscaleEffect ( ) : System
Результат System

Описание свойств

FilterColorProperty публичное статическое свойство

Dependency property for FilterColor
public static DependencyProperty,System.Windows FilterColorProperty
Результат System.Windows.DependencyProperty

InputProperty публичное статическое свойство

Dependency property for Input
public static DependencyProperty,System.Windows InputProperty
Результат System.Windows.DependencyProperty