Class SaturationCommandContext
Inheritance
System.Object
SaturationCommandContext
Namespace: Telerik.Windows.Media.Imaging.Commands
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class SaturationCommandContext : Object
Constructors
SaturationCommandContext(Double)
Declaration
public SaturationCommandContext(double saturation)
Parameters
System.Double
saturation
|
Properties
InputSize
Declaration
public Size InputSize { get; }
Property Value
System.Windows.Size
|
Saturation
Declaration
public double Saturation { get; }
Property Value
System.Double
|