Class HsvaColorViewModel
Represents a ViewModel of the HSV (Hue, Saturation, Value) representation of a color.
Inherited Members
Namespace: Telerik.Windows.Controls.ColorEditor.ViewModel
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class HsvaColorViewModel : ColorViewModel, INotifyPropertyChanged, IDisposable
Constructors
HsvaColorViewModel()
Declaration
public HsvaColorViewModel()
Properties
Hue
Gets or sets the Hue channel of the HSV color view model.
Declaration
public double Hue { get; set; }
Property Value
System.Double
|
Saturation
Gets or sets the Saturation channel of the HSV color view model.
Declaration
public double Saturation { get; set; }
Property Value
System.Double
|
Value
Gets or sets the Value channel of the HSV color view model.
Declaration
public double Value { get; set; }
Property Value
System.Double
|
Methods
UpdateFromUnifiedColor(UnifiedColor)
Updates the color of from a unified color.
Declaration
public override void UpdateFromUnifiedColor(UnifiedColor colorScheme)
Parameters
UnifiedColor
colorScheme
|