Class
ContrastTool

Definition

Constructors

ContrastTool()

Declaration

cs-api-definition
public ContrastTool()

Properties

Effect

Declaration

cs-api-definition
public override Effect Effect { get; }

Property Value

Effect

Overrides EffectToolBase.Effect

IsDirty

Gets whether the tool has made any changes on the image.

Declaration

cs-api-definition
public override bool IsDirty { get; }

Property Value

bool

Indicates is there any changes.

Overrides ToolBase.IsDirty

Methods

GetCommand()

Gets the tool's associated command.

Declaration

cs-api-definition
public override IImageCommand GetCommand()

Returns

IImageCommand

The command.

Overrides ToolBase.GetCommand()

GetContext()

Gets the tool's command context.

Declaration

cs-api-definition
public override object GetContext()

Returns

object

The command context.

Overrides ToolBase.GetContext()

ResetSettings()

Resets the tool' settings if the tool's IsResetSettingsSupported property is true.

Declaration

cs-api-definition
public override void ResetSettings()

Overrides EffectToolBase.ResetSettings()