RgbaColorViewModel
Class
Represents a ViewModel of the RGB (Red, Green, Blue) representation of a color.
Definition
Namespace:Telerik.Windows.Controls.ColorEditor.ViewModel
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
public class RgbaColorViewModel : ColorViewModel, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseColorViewModelRgbaColorViewModel
Implements:
Inherited Members
Constructors
C#
public RgbaColorViewModel()
Properties
Gets or sets the Blue channel of the RGB color view model.
C#
public double Blue { get; set; }
Gets or sets the Green channel of the RGB color view model.
C#
public double Green { get; set; }
Methods
Updates the color of from a unified color.
C#
public override void UpdateFromUnifiedColor(UnifiedColor colorScheme)
Overrides: