Class
ContrastCommandContext

Definition

Namespace:Telerik.Windows.Media.Imaging.Commands

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

cs-api-definition
public class ContrastCommandContext

Inheritance: objectContrastCommandContext

Constructors

ContrastCommandContext(double, double)

Declaration

cs-api-definition
public ContrastCommandContext(double brightness, double contrast)

Parameters

brightness

double

contrast

double

Properties

Brightness

Declaration

cs-api-definition
public double Brightness { get; }

Property Value

double

Contrast

Declaration

cs-api-definition
public double Contrast { get; }

Property Value

double