ClassHsvaColorViewModel
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:
cs-api-definition
public class HsvaColorViewModel : ColorViewModel, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseColorViewModelHsvaColorViewModel
Implements:
Inherited Members
Constructors
HsvaColorViewModel()
Declaration
cs-api-definition
public HsvaColorViewModel()
Properties
Hue
Gets or sets the Hue channel of the HSV color view model.
Saturation
Gets or sets the Saturation channel of the HSV color view model.
Methods
UpdateFromUnifiedColor(UnifiedColor)
Updates the color of from a unified color.
Declaration
cs-api-definition
public override void UpdateFromUnifiedColor(UnifiedColor colorScheme)
Parameters
colorScheme
Overrides