Class HlsaColorViewModel
Represents a ViewModel of the HLS (Hue, Luminance, Saturation) representation of a color.
Inherited Members
Namespace: Telerik.Windows.Controls.ColorEditor.ViewModel
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class HlsaColorViewModel : ColorViewModel, INotifyPropertyChanged, IDisposable
Constructors
HlsaColorViewModel()
Declaration
public HlsaColorViewModel()
Properties
Hue
Gets or sets the Hue channel of the HLS color view model.
Declaration
public double Hue { get; set; }
Property Value
System.Double
|
Luminance
Gets or sets the Luminance channel of the HLS color view model.
Declaration
public double Luminance { get; set; }
Property Value
System.Double
|
Saturation
Gets or sets the Saturation channel of the HLS color view model.
Declaration
public double Saturation { 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
|