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