Class
HueShiftEffect

Definition

Namespace:Telerik.Windows.Media.Imaging.ShaderEffects

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

cs-api-definition
public class HueShiftEffect : ShaderEffectBase

Inheritance: objectShaderEffectBaseHueShiftEffect

Inherited Members ShaderEffectBase.DisplayName

Constructors

HueShiftEffect()

Declaration

cs-api-definition
public HueShiftEffect()

Fields

HueShiftProperty

Declaration

cs-api-definition
public static readonly DependencyProperty HueShiftProperty

Field Value

DependencyProperty

InputProperty

Declaration

cs-api-definition
public static readonly DependencyProperty InputProperty

Field Value

DependencyProperty

Properties

HueShift

Declaration

cs-api-definition
[ShaderNumericProperty(0, 0, 360, ResourceKey = "ImageEditor_Effect_HueShift")]
public double HueShift { get; set; }

Property Value

double

Input

Declaration

cs-api-definition
public Brush Input { get; set; }

Property Value

Brush

Name

Declaration

cs-api-definition
public override string Name { get; }

Property Value

string

Overrides ShaderEffectBase.Name