HueShiftTool
Class
Definition
Namespace:Telerik.Windows.Media.Imaging.Tools
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
C#
public class HueShiftTool : EffectToolBase, ITool
Inheritance: objectToolBaseEffectToolBaseHueShiftTool
Implements:
Inherited Members
Constructors
C#
public HueShiftTool()
Properties
Effect
Effect
C#
public override Effect Effect { get; }
Overrides:
Methods
Gets the tool's associated command.
Gets the tool's command context.
Resets the tool' settings if the tool's IsResetSettingsSupported property is true.
C#
public override void ResetSettings()
Overrides: