ClassHlsaColorViewModel
Class
Represents a ViewModel of the HLS (Hue, Luminance, Saturation) representation of a color.
Definition
Namespace:Telerik.Windows.Controls.ColorEditor.ViewModel
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
cs-api-definition
public class HlsaColorViewModel : ColorViewModel, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseColorViewModelHlsaColorViewModel
Implements:
Inherited Members
Constructors
HlsaColorViewModel()
Declaration
cs-api-definition
public HlsaColorViewModel()
Properties
Hue
Gets or sets the Hue channel of the HLS color view model.
Luminance
Gets or sets the Luminance channel of the HLS color view model.
Saturation
Gets or sets the Saturation channel of the HLS 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