Class ColorViewModel
Represents a color abstraction over the ViewModelBase class.
Inherited Members
Namespace: Telerik.Windows.Controls.ColorEditor.ViewModel
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public abstract class ColorViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Constructors
ColorViewModel()
Declaration
protected ColorViewModel()
Properties
Alpha
Gets or sets the alpha channel of the color.
Declaration
public double Alpha { get; set; }
Property Value
System.Double
The alpha. |
Methods
UpdateFromUnifiedColor(UnifiedColor)
Updates the color of from a unified color.
Declaration
public abstract void UpdateFromUnifiedColor(UnifiedColor colorScheme)
Parameters
UnifiedColor
colorScheme
The color scheme. |