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