Class ContrastCommandContext
Inheritance
System.Object
ContrastCommandContext
Namespace: Telerik.Windows.Media.Imaging.Commands
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class ContrastCommandContext : Object
Constructors
ContrastCommandContext(Double, Double)
Declaration
public ContrastCommandContext(double brightness, double contrast)
Parameters
System.Double
brightness
|
System.Double
contrast
|
Properties
Brightness
Declaration
public double Brightness { get; }
Property Value
System.Double
|
Contrast
Declaration
public double Contrast { get; }
Property Value
System.Double
|